ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Word Assembly / GrapeCity.ActiveReports.Export.Word.Section Namespace / RtfExport Class / Export Method / Export(IReport,Stream) Method
IReport instance to Export
The output stream.

In This Topic
    Export(IReport,Stream) Method
    In This Topic
    Exports the specified IReport to stream
    Syntax
    'Declaration
     
    Public Overloads Sub Export( _
       ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
       ByVal outputStream As Stream _
    ) 
    public void Export( 
       GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report,
       Stream outputStream
    )

    Parameters

    report
    IReport instance to Export
    outputStream
    The output stream.
    See Also