ActiveReports 13
Save(Stream) Method

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class > Save Method : Save(Stream) Method
Specifies the stream to which to store the page content.
Saves page content to the specified Stream.
Syntax
'Declaration
 
Public Overloads Function Save( _
   ByVal stm As Stream _
) As Boolean
public bool Save( 
   Stream stm
)

Parameters

stm
Specifies the stream to which to store the page content.
See Also

Reference

Page Class
Page Members
Overload List