ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / IExportableReport Interface / ExportToStream Method
export type
write stream

In This Topic
    ExportToStream Method
    In This Topic
    Export report to stream
    Syntax
    'Declaration
     
    Sub ExportToStream( _
       ByVal type As ExportType, _
       ByVal toStream As Stream _
    ) 
    void ExportToStream( 
       ExportType type,
       Stream toStream
    )

    Parameters

    type
    export type
    toStream
    write stream
    See Also