ActiveReports 13
Export(IReport,String) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Export Namespace > IDocumentExportEx Interface > Export Method : Export(IReport,String) Method
IReport instance to Export
Path to export
Exports the specified IReport to file
Syntax
'Declaration
 
Overloads Sub Export( _
   ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
   ByVal filePath As String _
) 
void Export( 
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report,
   string filePath
)

Parameters

report
IReport instance to Export
filePath
Path to export
See Also

Reference

IDocumentExportEx Interface
IDocumentExportEx Members
Overload List