ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / Export Method / Export(IDocumentExport,Stream) Method

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

    Parameters

    filter
    stream
    See Also