Class PivotExportInfo
Defines the export information such as current export type and its additional settings such as page size, orientation, header, footer, etc.,
Inheritance
System.Object
PivotExportInfo
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class PivotExportInfo : Object
Constructors
PivotExportInfo()
Declaration
public PivotExportInfo()
Properties
ExcelInfo
Defines the additional settings for Excel, and CSV export such as page size, orientation, header, footer, etc.
Declaration
public ExcelExportProperties ExcelInfo { get; set; }
Property Value
Type |
---|
ExcelExportProperties |
FileName
File name for Chart exports like JPEG,PNG and SVG.
Declaration
public string FileName { get; set; }
Property Value
Type |
---|
System.String |
PdfInfo
Defines the additional settings for PDF, Excel, and CSV export such as page size, orientation, header, footer, etc.
Declaration
public PdfExportProperties PdfInfo { get; set; }
Property Value
Type |
---|
PdfExportProperties |
Type
Defines the current export type such as PDF, Excel, and CSV and chart types JPEG,PNG and SVG.
Declaration
public string Type { get; set; }
Property Value
Type |
---|
System.String |