[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.PivotFilter.FilterType

FilterType Property

FilterType

Gets or 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 FilterType? FilterType { get; set; }
Remarks

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