Name | Description | |
---|---|---|
PivotPanelBuilder Constructor | Creates one PivotPanelBuilder instance to configurate component. |
The following tables list the members exposed by PivotPanelBuilder.
Name | Description | |
---|---|---|
PivotPanelBuilder Constructor | Creates one PivotPanelBuilder instance to configurate component. |
Name | Description | |
---|---|---|
Bind | Overloaded. Bind to a collection for ItemsSource. | |
BindEngine | Sets the engine being controlled by this C1.Web.Mvc.Olap.PivotPanel. | |
BindService | Binds the service. | |
ColumnFields | Overloaded. Sets the ColumnFields property. | |
Fields | Configurates C1.Web.Mvc.Olap.PivotPanel.Fields. Sets the list of the C1.Web.Mvc.Olap.PivotField objects which can be used in the view. | |
FilterFields | Overloaded. Sets the FilterFields property. | |
ItemsSourceId | Configurates C1.Web.Mvc.Olap.PivotPanel.ItemsSourceId. Sets the id of the C1.Web.Mvc.Olap.PivotEngine service or the C1.Web.Mvc.CollectionViewService<T> service being controlled by this C1.Web.Mvc.Olap.PivotPanel. | |
OnClientItemsSourceChanged | Configurates the C1.Web.Mvc.Olap.PivotPanel.OnClientItemsSourceChanged client event. Occurs after the items source changes. | |
OnClientUpdatedView | Configurates the C1.Web.Mvc.Olap.PivotPanel.OnClientUpdatedView client event. Occurs after the engine has finished updating the output pivot view list. | |
OnClientUpdatingView | Configurates the C1.Web.Mvc.Olap.PivotPanel.OnClientUpdatingView client event. Occurs when the engine starts updating the output pivot view list. | |
OnClientViewDefinitionChanged | Configurates the C1.Web.Mvc.Olap.PivotPanel.OnClientViewDefinitionChanged client event. Occurs after the view definition changes. | |
RestrictDragging | Configurates C1.Web.Mvc.Olap.PivotPanel.RestrictDragging. Sets a value that determines whether the panel should restrict drag operations based on field types. | |
RowFields | Overloaded. Sets the RowFields property. | |
ShowFieldIcons | Configurates C1.Web.Mvc.Olap.PivotPanel.ShowFieldIcons. Gets or sets a value that determines whether the main field list should include icons indicating whether fields are measure or dimension fields. | |
ValueFields | Overloaded. Sets the ValueFields property. | |
ViewDefinition | Configurates C1.Web.Mvc.Olap.PivotPanel.ViewDefinition. Sets the current pivot view definition as a JSON string. |
Name | Description | |
---|---|---|
ToTemplate | Render the html string in template mode. |