ActiveReports 13
Export(IReport,String) Method

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

Parameters

report
IReport instance to Export
filePath
Path to export
See Also

Reference

PdfExport Class
PdfExport Members
Overload List