ActiveReports 12
Export(PageDocument,Stream) Method

GrapeCity.ActiveReports.Export.Word.v12 Assembly > GrapeCity.ActiveReports.Export.Word.Section Namespace > RtfExport Class > Export Method : Export(PageDocument,Stream) Method
The ActiveReports PageDocument object to export.
The Stream to write the RTF to.
Exports the specified document to the specified stream in Rich Text Format (RTF).
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 RTF to.
See Also

Reference

RtfExport Class
RtfExport Members
Overload List