menu

WPF

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

    Show / Hide Table of Contents

    Class OlapChartWordExport

    Helps to export OLAP Chart into Word document

    Inheritance
    System.Object
    OlapChartWordExport
    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.Windows.Chart.Olap.Converter
    Assembly: Syncfusion.OlapChartConverter.WPF.dll
    Syntax
    public class OlapChartWordExport

    Constructors

    OlapChartWordExport(OlapChart)

    Initializes a new instance of the OlapChartWordExport class.

    Declaration
    public OlapChartWordExport(OlapChart olapChart)
    Parameters
    Type Name Description
    OlapChart olapChart

    The olap chart.

    Properties

    ExportOlapChartWithZoomFactor

    Gets or sets the OlapChart Export with ZoomFactor

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

    Methods

    ExportintoNewDoc(String)

    Export the OlapChart into the new Word document.

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

    Name of the file.

    ExportIntoTemplateDoc(String)

    Export the OlapChart into template document.

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

    Name of the file.

    ExportIntoTemplateDoc(String, String)

    Exports the into template doc.

    Declaration
    public void ExportIntoTemplateDoc(string fileName, string markerString)
    Parameters
    Type Name Description
    System.String fileName

    Name of the file.

    System.String markerString

    The marker string.

    Events

    Exporting

    Occurs when the olap chart is being exported to a word document.

    Declaration
    public event ExportingEventHandler Exporting
    Event Type
    Type
    ExportingEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved