ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Export.Html Namespace / HtmlOutputInfoArgs Class / HtmlOutputInfoArgs Constructor
The type that is being outputted.
The System.IO.Stream that is being outputted.

In This Topic
    HtmlOutputInfoArgs Constructor
    In This Topic
    Initializes a new instance of the HtmlOutputInfoArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal outputKind As HtmlOutputKind, _
       ByVal outputStream As Stream _
    )
    public HtmlOutputInfoArgs( 
       HtmlOutputKind outputKind,
       Stream outputStream
    )

    Parameters

    outputKind
    The type that is being outputted.
    outputStream
    The System.IO.Stream that is being outputted.
    See Also