ComponentOne ASP.NET MVC Controls
FilterType Method (PivotFilterBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotFilterBuilder Class : FilterType Method
The value.
Configurates C1.Web.Mvc.Olap.PivotFilter.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.
Syntax
'Declaration
 
Public Function FilterType( _
   ByVal value As Nullable(Of FilterType) _
) As PivotFilterBuilder

Parameters

value
The value.

Return Value

Current builder.
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

PivotFilterBuilder Class
PivotFilterBuilder Members