ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotFilter Class / FilterType Property

In This Topic
    FilterType Property (PivotFilter)
    In This Topic
    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