ActiveReports 13
Export(PageDocument,Stream) Method

GrapeCity.ActiveReports.Export.Xml Assembly > GrapeCity.ActiveReports.Export.Xml.Section Namespace > TextExport Class > Export Method : Export(PageDocument,Stream) Method
The ActiveReports PageDocument object to export.
The Stream to write the text to.
Exports the specified document to the specified stream in Rich Text Format.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal document As PageDocument, _
   ByVal stream As Stream _
) 
public void Export( 
   PageDocument document,
   Stream stream
)

Parameters

document
The ActiveReports PageDocument object to export.
stream
The Stream to write the text to.
See Also

Reference

TextExport Class
TextExport Members
Overload List