menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportPivotChartToWord - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportPivotChartToWord

    Represents a class that transfers the chart content to word document.

    Inheritance
    System.Object
    ExportPivotChartToWord
    Namespace: Syncfusion.UI.Xaml.PivotChartConverter
    Assembly: Syncfusion.SfPivotChartConverter.UWP.dll
    Syntax
    public class ExportPivotChartToWord : Object

    Constructors

    ExportPivotChartToWord(SfPivotChart)

    Initializes a new instance of the ExportPivotChartToWord class.

    Declaration
    public ExportPivotChartToWord(SfPivotChart pivotChart)
    Parameters
    Type Name Description
    SfPivotChart pivotChart

    The Pivot Chart control that is to be exported.

    Properties

    ExportPivotChartWithZoomFactor

    Gets or sets a value indicating whether to export the PivotChart with zoom factor or not

    Declaration
    public bool ExportPivotChartWithZoomFactor { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    add_Exporting(ExportingChartEventHandler)

    Declaration
    public void add_Exporting(ExportingChartEventHandler value)
    Parameters
    Type Name Description
    ExportingChartEventHandler value

    ExportToDocument(String)

    Exports the chart to word document.

    Declaration
    public void ExportToDocument(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    The file name for exported word document.

    remove_Exporting(ExportingChartEventHandler)

    Declaration
    public void remove_Exporting(ExportingChartEventHandler value)
    Parameters
    Type Name Description
    ExportingChartEventHandler value

    Events

    Exporting

    Occurs when pivotchart exports into word document.

    Declaration
    public event ExportingChartEventHandler Exporting
    Event Type
    Type
    ExportingChartEventHandler

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved