ActiveReports 14 .NET Edition
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

In This Topic
    Export(IReport,String) Method
    In This Topic
    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