ActiveReports 12
Export(IReport,String,String) Method

GrapeCity.ActiveReports.Export.Image.v12 Assembly > GrapeCity.ActiveReports.Export.Image.Tiff.Section Namespace > TiffExport Class > Export Method : Export(IReport,String,String) Method
IReport instance to Export
Path 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 file
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal report As IReport, _
   ByVal filePath As String, _
   ByVal pageRange As String _
) 
public void Export( 
   IReport report,
   string filePath,
   string pageRange
)

Parameters

report
IReport instance to Export
filePath
Path 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

TiffExport Class
TiffExport Members
Overload List