menu

WPF

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

    Show / Hide Table of Contents

    Class OlapChartPdfExport

    Helps to export OLAP Chart into PDF document.

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

    Constructors

    OlapChartPdfExport(OlapChart)

    Initializes a new instance of the OlapChartPdfExport class.

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

    The olap chart.

    Properties

    ExportOlapChartWithZoomFactor

    Gets or sets the zoom factor for OlapChart while exporting.

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

    Methods

    ExportIntoNewPdf(String)

    Exports the into new PDF document.

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

    Name of the file.

    Events

    Exporting

    Occurs when the olap grid 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