ActiveReports 13
Export(PageDocument,Stream) Method

GrapeCity.ActiveReports.Export.Image Assembly > GrapeCity.ActiveReports.Export.Image.Tiff.Section Namespace > TiffExport 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 TIFF.
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

TiffExport Class
TiffExport Members
Overload List