ComponentOne ASP.NET MVC Controls
DefaultFilterType Method (PivotEngineBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : DefaultFilterType Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.DefaultFilterType. Sets the default filter type (by value or by condition). 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 DefaultFilterType( _
   ByVal value As FilterType _
) As PivotEngineBuilder
public PivotEngineBuilder DefaultFilterType( 
   FilterType value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members