ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Export.Html Namespace / HtmlOutputInfoArgs Class / OutputStream Property

In This Topic
    OutputStream Property
    In This Topic
    The System.IO.Stream that is being outputted.
    Syntax
    'Declaration
     
    Public ReadOnly Property OutputStream As Stream
    public Stream OutputStream {get;}
    See Also