Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / Exporter Class / OutputStream Property

In This Topic
    OutputStream Property (Exporter)
    In This Topic
    Gets the output stream. This property is set when the Export(Stream) method is called.
    Syntax
    'Declaration
     
    Protected ReadOnly Property OutputStream As Stream
    protected Stream OutputStream {get;}
    See Also