[]
Configurates DefaultFilterType. Sets the default filter type (by value or by condition). When binding the service, only FilterType.Condition and FilterType.None are supported. When FilterType.Both is set, it works as FilterType.Condition. When FilterType.Value is set, it works as FilterType.None.
public PivotEngineBuilder DefaultFilterType(FilterType value)
Public Function DefaultFilterType(value As FilterType) As PivotEngineBuilder
| Type | Name | Description |
|---|---|---|
| FilterType | value | The value. |
| Type | Description |
|---|---|
| PivotEngineBuilder | Current builder. |