WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotWordExport - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotWordExport

    Represents the class used to export the pivot grid control to word document.

    Inheritance
    System.Object
    PivotWordExport
    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.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved