Class GridWordExport
GridWordExport exports the Pivot data to Word with the applied style
Inheritance
System.Object
GridWordExport
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 GridWordExport
Constructors
GridWordExport(PivotEngine, GridLayout)
Initializes a new instance of the GridWordExport class.
Declaration
public GridWordExport(PivotEngine DrillResult, GridLayout gridLayout)
Parameters
Type | Name | Description |
---|---|---|
PivotEngine | DrillResult | The drill result. |
GridLayout | gridLayout | The grid layout. |
GridWordExport(PivotEngine, GridLayout, FreezableCollection<OlapGridDataConditionalFormat>)
Initializes a new instance of the GridWordExport class.
Declaration
public GridWordExport(PivotEngine DrillResult, GridLayout gridLayout, FreezableCollection<OlapGridDataConditionalFormat> ConditionalFormat)
Parameters
Type | Name | Description |
---|---|---|
PivotEngine | DrillResult | The drill result. |
GridLayout | gridLayout | The grid layout. |
System.Windows.FreezableCollection<OlapGridDataConditionalFormat> | ConditionalFormat | The ConditionalFormats |
GridWordExport(OlapDataManager, GridLayout, FreezableCollection<OlapGridDataConditionalFormat>, Boolean, Boolean)
Initializes a new instance of the GridWordExport class.
Declaration
public GridWordExport(OlapDataManager dataManager, GridLayout gridLayout, FreezableCollection<OlapGridDataConditionalFormat> conditionalFormats, bool allowCompleteDataExport, bool ignoreStyles)
Parameters
Type | Name | Description |
---|---|---|
OlapDataManager | dataManager | |
GridLayout | gridLayout | The grid layout. |
System.Windows.FreezableCollection<OlapGridDataConditionalFormat> | conditionalFormats | |
System.Boolean | allowCompleteDataExport | |
System.Boolean | ignoreStyles |
Methods
Export(String, ExportingGridStyleInfo)
Exports the specified filename.
Declaration
public void Export(string filename, ExportingGridStyleInfo styleinfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | The filename. |
ExportingGridStyleInfo | styleinfo | The styleinfo. |
Export(String, Object)
Exports the specified filename.
Declaration
public void Export(string fileName, object styleInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | The file name. |
System.Object | styleInfo | The style information. |
Events
Exporting
Occurs when the olap grid is being exported to a word document.
Declaration
public event ExportingEventHandler Exporting
Event Type
Type |
---|
ExportingEventHandler |