ActiveReports 13
Export(PageDocument,Stream) Method

GrapeCity.ActiveReports.Export.Pdf Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace > PdfExport Class > Export Method : Export(PageDocument,Stream) Method
The ActiveReports PageDocument object to export.
The stream to save the PDF document to.
Exports the specified page document to a PDF stream.
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 save the PDF document to.
See Also

Reference

PdfExport Class
PdfExport Members
Overload List