| Name | Description |
| AllowFieldEditing | Gets or sets a value that determines whether users should be allowed to edit the properties of the Fields. |
| Async | Gets or sets a value that determines whether view updates should be generated asynchronously. |
| ColumnFields | Gets the list of PivotField objects that define the fields shown as columns in the output table. |
| Components | Gets the child components. (Inherited from C1.Web.Mvc.Component) |
| DefaultFilterType | 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. |
| Fields | Gets the list of the PivotField objects which can be used in the view. |
| FilterFields | Gets the list of PivotField objects that define the fields used as filters. |
| Id | Gets or sets the component id. (Inherited from C1.Web.Mvc.Component) |
| ItemsSource | Gets ItemsSource settings. |
| ItemsSourceId | Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control. |
| OnClientError | Occurs when there is an error getting data from the server. |
| OnClientItemsSourceChanged | Occurs after the items source changes. |
| OnClientUpdatedView | Occurs after the engine has finished updating the output pivot view list. |
| OnClientUpdatingView | Occurs when the engine starts updating the output pivot view list. |
| OnClientViewDefinitionChanged | Occurs after the view definition changes. |
| RowFields | Gets the list of PivotField objects that define the fields shown as rows in the output table. |
| ServiceUrl | Gets or sets the service url. |
| ShowColumnTotals | Gets or sets a value that determines whether the output data should include columns containing subtotals or grand totals. |
| ShowRowTotals | Gets or sets a value that determines whether the output data should include rows containing subtotals or grand totals. |
| ShowZeros | Gets or sets a value that determines whether the Olap output table should use zeros to indicate the missing values. |
| TotalsBeforeData | Gets or sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns. |
| ValueFields | Gets the list of PivotField objects that define the fields summarized in the output table. |
| ViewDefinition | Gets or sets the current pivot view definition as a JSON string. |