ActiveReports 12
Export(IReport,String) Method

GrapeCity.ActiveReports.v12 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 IReport, _
   ByVal filePath As String _
) 
void Export( 
   IReport report,
   string filePath
)

Parameters

report
IReport instance to Export
filePath
Path to export
See Also

Reference

IDocumentExportEx Interface
IDocumentExportEx Members
Overload List