FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class / PivotFilter Constructor
PivotField that owns the new filter.

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

    Parameters

    field
    PivotField that owns the new filter.
    See Also