ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / Export Method / Export(IDocumentExport,FileInfo,String) Method

In This Topic
    Export(IDocumentExport,FileInfo,String) Method
    In This Topic
    Exports the specified page range of the currently loaded report to the specified file by using the specified export filter.
    Syntax
    'Declaration
     
    Public Overloads Sub Export( _
       ByVal filter As IDocumentExport, _
       ByVal file As FileInfo, _
       ByVal pageRange As String _
    ) 
    public void Export( 
       IDocumentExport filter,
       FileInfo file,
       string pageRange
    )

    Parameters

    filter
    file
    pageRange
    See Also