Class PivotPdfExport
Represents the class used to export the pivot grid control to PDF document.
Inheritance
System.Object
PivotPdfExport
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PivotConverter
Assembly: Syncfusion.PivotConverter.Windows.dll
Syntax
public class PivotPdfExport
Constructors
PivotPdfExport(PivotGridControl)
Initializes a new instance of the PivotPdfExport class.
Declaration
public PivotPdfExport(PivotGridControl gridControl)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | gridControl | The PivotGridControl that is to be exported. |
Properties
PivotGridControl
Gets the pivot grid control associated with the exporting.
Declaration
public PivotGridControl PivotGridControl { get; }
Property Value
Type |
---|
PivotGridControl |
Methods
Export(String)
Exports the pivot grid control to PDF document with the specified file name.
Declaration
public void Export(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | The name of the PDF document. |