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

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

    Parameters

    stream
    Output System.IO.Stream where the report will be rendered.
    See Also