ComponentOne ASP.NET MVC Controls
DefaultFilterType Property (PivotEngine)

C1.Web.Mvc.Olap Namespace > PivotEngine Class : DefaultFilterType Property
Gets or 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
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property DefaultFilterType As FilterType
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public FilterType DefaultFilterType {get; set;}
See Also

Reference

PivotEngine Class
PivotEngine Members