Exports the specified IReport to file
Syntax
'Declaration
Public Overloads Sub Export( _
ByVal As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
ByVal As String, _
ByVal As String _
)
public void Export(
GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport ,
string ,
string
)
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