Class PivotGridPDFExport
Inheritance
System.Object
PivotGridPDFExport
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 PivotGridPDFExport
Constructors
PivotGridPDFExport()
Declaration
public PivotGridPDFExport()
Methods
ExportToPDF(String, String, HttpResponse)
Declaration
public void ExportToPDF(string fileName, string args, HttpResponse response)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | |
System.String | args | |
System.Web.HttpResponse | response |
Events
AddPDFHeaderFooter
Declaration
public event PivotGridPDFExport.PDFHeaderFooterEventHandler AddPDFHeaderFooter
Event Type
Type | Description |
---|---|
PivotGridPDFExport.PDFHeaderFooterEventHandler |
PDFExport
Declaration
public event PivotGridPDFExport.PDFExportEventHandler PDFExport
Event Type
Type | Description |
---|---|
PivotGridPDFExport.PDFExportEventHandler |