Template Pivot Table Configuration
data class TemplatePivotTableConfiguration(val fieldOptions: TemplatePivotTableFieldOptions? = null, val fieldWells: TemplatePivotTableFieldWells? = null, val paginatedReportOptions: TemplatePivotTablePaginatedReportOptions? = null, val sortConfiguration: TemplatePivotTableSortConfiguration? = null, val tableOptions: TemplatePivotTableOptions? = null, val totalOptions: TemplatePivotTableTotalOptions? = null)
Constructors
Link copied to clipboard
constructor(fieldOptions: TemplatePivotTableFieldOptions? = null, fieldWells: TemplatePivotTableFieldWells? = null, paginatedReportOptions: TemplatePivotTablePaginatedReportOptions? = null, sortConfiguration: TemplatePivotTableSortConfiguration? = null, tableOptions: TemplatePivotTableOptions? = null, totalOptions: TemplatePivotTableTotalOptions? = null)
Properties
Link copied to clipboard
The field options for a pivot table visual.
Link copied to clipboard
The field wells of the visual.
Link copied to clipboard
The paginated report options for a pivot table visual.
Link copied to clipboard
The sort configuration for a PivotTableVisual
.
Link copied to clipboard
The table options for a pivot table visual.
Link copied to clipboard
The total options for a pivot table visual.