ActiveReports 13
Export(IReport,Stream,String) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Export Namespace > IDocumentExportEx Interface > Export Method : Export(IReport,Stream,String) Method
IReport instance to Export
Stream to export
A range of page numbers to export seperated by a comma. Between each comma can have a single page number, or range of pages with a hyphen between the starting and ending page numbers in the range.
Exports the specified IReport to stream
Syntax
'Declaration
 
Overloads Sub Export( _
   ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
   ByVal outputStream As Stream, _
   ByVal pageRange As String _
) 
void Export( 
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report,
   Stream outputStream,
   string pageRange
)

Parameters

report
IReport instance to Export
outputStream
Stream to export
pageRange
A range of page numbers to export seperated by a comma. Between each comma can have a single page number, or range of pages with a hyphen between the starting and ending page numbers in the range.
See Also

Reference

IDocumentExportEx Interface
IDocumentExportEx Members
Overload List