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

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

    Parameters

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