ComponentOne ASP.NET MVC Controls
FilterType Property (PivotFilter)

C1.Web.Mvc.Olap Namespace > PivotFilter Class : FilterType Property
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.
Syntax
'Declaration
 
Public Property FilterType As Nullable(Of FilterType)
public Nullable<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).
See Also

Reference

PivotFilter Class
PivotFilter Members