Class ExportType
Specifies the available export formats for pivot table data. The available export options are:
- Excel: Exports the data in Microsoft Excel format.
- CSV: Exports the data in CSV (Comma-Separated Values) format.
Inheritance
System.Object
ExportType
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ExportType : Enum
Fields
CSV
Exports the data in CSV (Comma-Separated Values) format. The data is flattened into a plain tabular format without pivot-specific features.
Declaration
public const ExportType CSV
Field Value
Type |
---|
ExportType |
Excel
Exports the data in Microsoft Excel format. This format retains the native Excel pivot table structure, allowing interactive features such as filtering, field manipulation, and drill-down.
Declaration
public const ExportType Excel
Field Value
Type |
---|
ExportType |