ComponentOne ASP.NET MVC Controls
ExclusiveValueSearch Method (PivotEngineBuilder)

C1.Web.Mvc.Olap.Fluent Namespace > PivotEngineBuilder Class : ExclusiveValueSearch Method
The value.
Configurates C1.Web.Mvc.Olap.PivotEngine.ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:wijmo.grid.filter.ValueFilter.filterText property.
Syntax
'Declaration
 
Public Function ExclusiveValueSearch( _
   ByVal value As Boolean _
) As PivotEngineBuilder
public PivotEngineBuilder ExclusiveValueSearch( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This property is set to true by default, which matches Excel's behavior.
See Also

Reference

PivotEngineBuilder Class
PivotEngineBuilder Members