ActiveReports 12
Export(IReport,Stream) Method

GrapeCity.ActiveReports.Export.Pdf.v12 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace > PdfExport Class > Export Method : Export(IReport,Stream) Method
IReport instance to Export
The output stream.
Exports the specified IReport to stream
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal report As IReport, _
   ByVal outputStream As Stream _
) 
public void Export( 
   IReport report,
   Stream outputStream
)

Parameters

report
IReport instance to Export
outputStream
The output stream.
See Also

Reference

PdfExport Class
PdfExport Members
Overload List