Class GridPdfExport
GridPdfExport exports the Pivot data to Pdf with the applied style
Inheritance
System.Object
GridPdfExport
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.Grid.Olap.Converter
Assembly: Syncfusion.OlapGridConverter.WPF.dll
Syntax
public class GridPdfExport
Constructors
GridPdfExport(PivotEngine, ExportingGridStyleInfo)
Initializes a new instance of the GridPdfExport class.
Declaration
public GridPdfExport(PivotEngine engine, ExportingGridStyleInfo gridStyleInfo)
Parameters
Type | Name | Description |
---|---|---|
PivotEngine | engine | The engine. |
ExportingGridStyleInfo | gridStyleInfo | The grid style info. |
GridPdfExport(PivotEngine, ExportingGridStyleInfo, FreezableCollection<OlapGridDataConditionalFormat>)
Initializes a new instance of the GridPdfExport class.
Declaration
public GridPdfExport(PivotEngine engine, ExportingGridStyleInfo gridStyleInfo, FreezableCollection<OlapGridDataConditionalFormat> ConditionalFormat)
Parameters
Type | Name | Description |
---|---|---|
PivotEngine | engine | The engine. |
ExportingGridStyleInfo | gridStyleInfo | The grid style info. |
System.Windows.FreezableCollection<OlapGridDataConditionalFormat> | ConditionalFormat | The ConditionalFormats. |
GridPdfExport(PivotEngine, Object)
Initializes a new instance of the GridPdfExport class.
Declaration
public GridPdfExport(PivotEngine engine, object gridStyleInfo)
Parameters
Type | Name | Description |
---|---|---|
PivotEngine | engine | The engine. |
System.Object | gridStyleInfo | The grid style info. |
GridPdfExport(OlapDataManager, ExportingGridStyleInfo, FreezableCollection<OlapGridDataConditionalFormat>, Boolean, Boolean)
Initializes a new instance of the GridPdfExport class.
Declaration
public GridPdfExport(OlapDataManager dataManager, ExportingGridStyleInfo gridStyleInfo, FreezableCollection<OlapGridDataConditionalFormat> conditionalFormats, bool allowCompleteDataExport, bool ignoreStyles)
Parameters
Type | Name | Description |
---|---|---|
OlapDataManager | dataManager | The olap data manager. |
ExportingGridStyleInfo | gridStyleInfo | The grid style info. |
System.Windows.FreezableCollection<OlapGridDataConditionalFormat> | conditionalFormats | |
System.Boolean | allowCompleteDataExport | Boolean value indicates to export complete data from cell set. |
System.Boolean | ignoreStyles | Boolean value indicates to export data without styles. |
Methods
Export(String)
Exports the specified file name.
Declaration
public void Export(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 |