ActiveReports 13
Export(IReport,String) Method

GrapeCity.ActiveReports.Export.Xml Assembly > GrapeCity.ActiveReports.Export.Xml.Section Namespace > TextExport 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

TextExport Class
TextExport Members
Overload List