ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / HtmlTableFilter Class / HtmlTableFilter Constructor / HtmlTableFilter Constructor(Stream)
Output stream where the report will be rendered.

In This Topic
    HtmlTableFilter 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 System.IO.Stream _
    )
    public HtmlTableFilter( 
       System.IO.Stream stream
    )

    Parameters

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