Class PivotClientExport
Inheritance
System.Object
PivotClientExport
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 PivotClientExport
Constructors
PivotClientExport()
Declaration
public PivotClientExport()
Methods
ExportPivotClient(String, String, HttpResponse)
Declaration
public void ExportPivotClient(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 PivotClientExport.PDFHeaderFooterEventHandler AddPDFHeaderFooter
Event Type
Type | Description |
---|---|
PivotClientExport.PDFHeaderFooterEventHandler |
ExcelExport
Declaration
public event PivotClientExport.ExcelExportEventHandler ExcelExport
Event Type
Type | Description |
---|---|
PivotClientExport.ExcelExportEventHandler |
PDFExport
Declaration
public event PivotClientExport.PDFExportEventHandler PDFExport
Event Type
Type | Description |
---|---|
PivotClientExport.PDFExportEventHandler |
WordExport
Declaration
public event PivotClientExport.WordExportEventHandler WordExport
Event Type
Type | Description |
---|---|
PivotClientExport.WordExportEventHandler |