ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / HtmlTableFilter Class / HtmlTableFilter Constructor / HtmlTableFilter Constructor(Stream,String,String)
Output stream where the report will be rendered.
A unique report identifier used to avoid duplicate style names when adding several reports to the same HTML stream.
Path and template of file name for member files (pictures etc).

In This Topic
    HtmlTableFilter Constructor(Stream,String,String)
    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, _
       ByVal idPrefix As System.String, _
       ByVal fileName As System.String _
    )
    public HtmlTableFilter( 
       System.IO.Stream stream,
       System.string idPrefix,
       System.string fileName
    )

    Parameters

    stream
    Output stream where the report will be rendered.
    idPrefix
    A unique report identifier used to avoid duplicate style names when adding several reports to the same HTML stream.
    fileName
    Path and template of file name for member files (pictures etc).
    See Also