Class ToolbarItems
Allows the built-in toolbar options that used to access features like switching between pivot table and pivot chart, changing chart types, conditional formatting, number formatting, exporting, etc… with ease at runtime. The available toolbar options are: New - Allows to create a new report. Save - Allows to save the current report. Save As - Allows to perform save as the current report. Rename - Allows to rename the current report. Remove - Allows to delete the current report. Load - Allows to load any report from the report list. Grid - Allows to show the pivot table. Chart - Allows to show the pivot chart with specific type from the built-in list. Exporting - Allow set of options to export the pivot table as PDF/Excel/CSV and the pivot chart as PDF and image format such as PNG, JPEG, SVG. Sub-total - Allow set of options to show or hide the sub totals in the pivot table. The subtotals will not be displayed in the pivot chart by default. Grand Total - Allow set of options to show or hides the grand totals in the pivot table. By default, the grand totals will not be displayed in the pivot chart. Conditional Formatting - Allows to show the conditional formatting pop-up to apply formatting to the values. Number Formatting - Allows to show the number formatting pop-up to apply number formatting to the values. Formatting - Allow options to show the conditional formatting and the number formatting pop-up that used to apply formatting to the values in the component. Field List - Allows you to show the field list pop-up. It allows you to modify the report with a variety of actions such as re-arrange the fields between axes by drag-and-drop, add new fields to report, remove any fields from report, filtering and sorting a specific field members, etc., that are used to update the pivot table during runtime. MDX - Allows ro show the MDX query that was run to retrieve data from the OLAP data source. Note: It is applicable only for OLAP data source.
Inheritance
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ToolbarItems : Enum
Fields
Chart
Chart - Allows to show the pivot chart with specific type from the built-in list.
Declaration
public const ToolbarItems Chart
Field Value
Type |
---|
ToolbarItems |
ConditionalFormatting
Conditional Formatting - Allows to show the conditional formatting pop-up to apply formatting to the values.
Declaration
public const ToolbarItems ConditionalFormatting
Field Value
Type |
---|
ToolbarItems |
Export
Export - Allow set of options to export the pivot table as PDF/Excel/CSV and the pivot chart as PDF and image format such as PNG, JPEG, SVG.
Declaration
public const ToolbarItems Export
Field Value
Type |
---|
ToolbarItems |
FieldList
Field List - Allows you to show the field list pop-up. It allows you to modify the report with a variety of actions such as re-arrange the fields between axes by drag-and-drop, add new fields to report, remove any fields from report, filtering and sorting a specific field members, etc., that are used to update the pivot table during runtime.
Declaration
public const ToolbarItems FieldList
Field Value
Type |
---|
ToolbarItems |
Formatting
Formatting - Allow options to show the conditional formatting and the number formatting pop-up that used to apply formatting to the values in the component.
Declaration
public const ToolbarItems Formatting
Field Value
Type |
---|
ToolbarItems |
GrandTotal
Grand Total - Allow set of options to show or hides the grand totals in the pivot table. By default, the grand totals will not be displayed in the pivot chart.
Declaration
public const ToolbarItems GrandTotal
Field Value
Type |
---|
ToolbarItems |
Grid
Grid - Allows to show the pivot table.
Declaration
public const ToolbarItems Grid
Field Value
Type |
---|
ToolbarItems |
Load
Load - Allows to load any report from the report list.
Declaration
public const ToolbarItems Load
Field Value
Type |
---|
ToolbarItems |
MDX
MDX - Allows ro show the MDX query that was run to retrieve data from the OLAP data source. Note: It is applicable only for OLAP data source.
Declaration
public const ToolbarItems MDX
Field Value
Type |
---|
ToolbarItems |
New
New - Allows to create a new report.
Declaration
public const ToolbarItems New
Field Value
Type |
---|
ToolbarItems |
NumberFormatting
Number Formatting - Allows to show the number formatting pop-up to apply number formatting to the values.
Declaration
public const ToolbarItems NumberFormatting
Field Value
Type |
---|
ToolbarItems |
Remove
Remove - Allows to delete the current report.
Declaration
public const ToolbarItems Remove
Field Value
Type |
---|
ToolbarItems |
Rename
Rename - Allows to rename the current report.
Declaration
public const ToolbarItems Rename
Field Value
Type |
---|
ToolbarItems |
Save
Save - Allows to save the current report.
Declaration
public const ToolbarItems Save
Field Value
Type |
---|
ToolbarItems |
SaveAs
Save As - Allows to perform save as the current report.
Declaration
public const ToolbarItems SaveAs
Field Value
Type |
---|
ToolbarItems |
SubTotal
Sub-total - Allow set of options to show or hide the sub totals in the pivot table. The subtotals will not be displayed in the pivot chart by default.
Declaration
public const ToolbarItems SubTotal
Field Value
Type |
---|
ToolbarItems |