Class PivotWordExport
Represents the class used to export the pivot grid control to word document.
Inheritance
System.Object
PivotWordExport
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 PivotWordExport
Constructors
PivotWordExport(PivotGridControl)
Initializes a new instance of the PivotWordExport class.
Declaration
public PivotWordExport(PivotGridControl gridControl)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | gridControl | The PivotGridControl that is to be exported. |
Properties
gridControl1
The PivotGridControl associated with the exporting.
Declaration
public PivotGridControl gridControl1 { get; }
Property Value
Type | Description |
---|---|
PivotGridControl | The PivotGridControl associated with the exporting. |
Methods
pivotGridToWord(String)
Exports the pivot grid control to word document with the specified file name.
Declaration
public void pivotGridToWord(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | The name of the word document. |