[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.SlicerBuilder

SlicerBuilder Class

Defines a builder to configurate Slicer.

Implements
Namespace: C1.Web.Mvc.Olap.Fluent
Assembly: C1.Web.Mvc.Olap.dll
Syntax
public class SlicerBuilder : ControlBuilder<Slicer, SlicerBuilder>, IHtmlString

Constructors

Name Description
SlicerBuilder(Slicer)

Creates one SlicerBuilder instance to configurate component.

Methods

Name Description
Field(string)

Configurates Field. Sets the @see:PivotField being filtered by this @see:Slicer.

Header(string)

Configurates Header. Sets the header string shown at the top of the @see:Slicer.

MultiSelect(bool)

Configurates MultiSelect. Sets a value that determines whether users should be allowed to select multiple values from the list.

PivotEngineId(string)

Configurates PivotEngineId. The Id of PivotEngine

ShowCheckboxes(bool)

Configurates ShowCheckboxes. Sets a value indicating whether the control displays checkboxes next to each item.

ShowHeader(bool)

Configurates ShowHeader. Sets a value indicating whether the control displays the header area with the header string and multi-select/clear buttons.