ComponentOne FlexPivot for WinForms
FilterFields Property

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotEngine Class : FilterFields Property
Gets a list of C1FlexPivotField objects that define the fields used as filters for the output table.
Syntax
'Declaration
 
Public ReadOnly Property FilterFields As C1FlexPivotFieldList
public C1FlexPivotFieldList FilterFields {get;}
Remarks

Fields in this list do not appear in the output table, but are still used for filtering the input data.

See the Fields property for details and an example.

See Also

Reference

C1FlexPivotEngine Class
C1FlexPivotEngine Members