ComponentOne Reports for WPF
C1.C1Report Namespace / HtmlFilter Class / HtmlFilter Constructor / HtmlFilter Constructor(Stream)
Output stream where the report will be rendered.

In This Topic
    HtmlFilter Constructor(Stream)
    In This Topic
    Initializes a new instance of the HtmlFilter class attached to a stream.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream _
    )
    public HtmlFilter( 
       Stream stream
    )

    Parameters

    stream
    Output stream where the report will be rendered.
    See Also