[]
Sets the FilterFields property.
public PivotEngineBuilder FilterFields(Action<ViewFieldCollectionBuilder> build)
Type | Name | Description |
---|---|---|
Action<ViewFieldCollectionBuilder> | build | The build function |
Type | Description |
---|---|
PivotEngineBuilder | Current builder |
Gets the list of PivotField objects that define the fields used as filters.
Sets the FilterFields property.
public PivotEngineBuilder FilterFields(params string[] fieldKeys)
Type | Name | Description |
---|---|---|
string[] | fieldKeys | The field keys. |
Type | Description |
---|---|
PivotEngineBuilder | Current builder |
Gets the list of PivotField objects that define the fields used as filters.