WinForms

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

    Show / Hide Table of Contents

    Class PivotPdfExport

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

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

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