Class PivotChartPDFExport
Inheritance
System.Object
PivotChartPDFExport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PivotChartPDFExport
Constructors
PivotChartPDFExport()
Declaration
public PivotChartPDFExport()
Methods
ExportToPDF(Dictionary<String, String>)
Declaration
public void ExportToPDF(Dictionary<string, string> chartParams)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | chartParams |
Events
AddPDFHeaderFooter
Declaration
public event PivotChartPDFExport.PDFHeaderFooterEventHandler AddPDFHeaderFooter
Event Type
Type | Description |
---|---|
PivotChartPDFExport.PDFHeaderFooterEventHandler |
PDFExport
Declaration
public event PivotChartPDFExport.PDFExportEventHandler PDFExport
Event Type
Type | Description |
---|---|
PivotChartPDFExport.PDFExportEventHandler |