<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapFilter Class / C1OlapFilter Constructor
C1OlapField that owns the new filter.

In This Topic
    C1OlapFilter Constructor
    In This Topic
    Initializes a new instance of a C1OlapFilter.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal field As C1OlapField _
    )
    public C1OlapFilter( 
       C1OlapField field
    )

    Parameters

    field
    C1OlapField that owns the new filter.
    See Also