Exports the specified IReport to file
Syntax
'Declaration
Public Overloads Sub Export( _
ByVal As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
ByVal As String _
)
public void Export(
GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport ,
string
)
Parameters
- report
- IReport instance to Export
- filePath
- Path to export
See Also