ActiveReports 8
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 System.IO.Stream _
) 
public void Export( 
   PageDocument document,
   System.IO.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

Support Forum