ActiveReports 12
Export(IReport,Stream,String) Method

GrapeCity.ActiveReports.Export.Word.v12 Assembly > GrapeCity.ActiveReports.Export.Word.Section Namespace > RtfExport Class > Export Method : Export(IReport,Stream,String) Method
IReport instance to Export
The output stream.
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
 
Public Overloads Sub Export( _
   ByVal report As IReport, _
   ByVal outputStream As Stream, _
   ByVal pageRange As String _
) 
public void Export( 
   IReport report,
   Stream outputStream,
   string pageRange
)

Parameters

report
IReport instance to Export
outputStream
The output stream.
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

RtfExport Class
RtfExport Members
Overload List