[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.PivotFilter

PivotFilter Class

Represents a filter used to select values for a field.

Inheritance
PivotFilter
Namespace: C1.Web.Mvc.Olap
Assembly: C1.Web.Mvc.Olap.dll
Syntax
public class PivotFilter

Properties

Name Description
ConditionFilter

Gets the condition filter setting.

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.

ValueFilter

Gets the value filter setting. It is NOT supported when binding the service.