ActiveReports 13
Load(Stream) Method

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class > Load Method : Load(Stream) Method
Specifies the Stream that contains the previously saved page content.
Loads page content from the specified stream.
Syntax
'Declaration
 
Public Overloads Function Load( _
   ByVal stm As Stream _
) As Boolean
public bool Load( 
   Stream stm
)

Parameters

stm
Specifies the Stream that contains the previously saved page content.
See Also

Reference

Page Class
Page Members
Overload List