[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotFilterBuilder.FilterType

FilterType Method

FilterType(FilterType?)

Configurates FilterType. Sets the types of filtering provided by this filter. 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 PivotFilterBuilder FilterType(FilterType? value)
Public Function FilterType(value As FilterType?) As PivotFilterBuilder
Parameters
Type Name Description
FilterType? value

The value.

Returns
Type Description
PivotFilterBuilder

Current builder.

Remarks

Setting this property to null causes the filter to use the value defined by the DefaultFilterType property of the owner(PivotEngine).