[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder.DefaultFilterType

DefaultFilterType Method

DefaultFilterType(FilterType)

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.

Declaration
public PivotEngineBuilder DefaultFilterType(FilterType value)
Public Function DefaultFilterType(value As FilterType) As PivotEngineBuilder
Parameters
Type Name Description
FilterType value

The value.

Returns
Type Description
PivotEngineBuilder

Current builder.