ComponentOne Reports for WPF
C1.C1Report Namespace / HtmlFilter Class / HtmlFilter Constructor / HtmlFilter 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
    HtmlFilter 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 Stream, _
       ByVal idPrefix As String, _
       ByVal fileName As String _
    )
    public HtmlFilter( 
       Stream stream,
       string idPrefix,
       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