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 |