ComponentOne Reports for WPF
C1.C1Report Namespace / XlsFilter Class / XlsFilter Constructor / XlsFilter Constructor(Stream)
System.IO.Stream where the sheet will be saved.

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

    Parameters

    stream
    System.IO.Stream where the sheet will be saved.
    See Also