Class PivotExportToExcelML
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Export
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotExportToExcelML
Constructors
PivotExportToExcelML(RadPivotGrid)
PivotExportToExcelML(RadPivotGridElement)
Declaration
public PivotExportToExcelML(RadPivotGridElement pivotGrid)
Parameters
Rad
|
Properties
CellBackColor
Declaration
public Color CellBackColor { get; set; }
Property Value
System.
|
ColumnsLayoutType
DataCellsFont
Declaration
public Font DataCellsFont { get; set; }
Property Value
System.
|
DescriptorsBackColor
Declaration
public Color DescriptorsBackColor { get; set; }
Property Value
System.
|
ExportFlatData
Declaration
public bool ExportFlatData { get; set; }
Property Value
System.
|
ExportSelectionOnly
Declaration
public bool ExportSelectionOnly { get; set; }
Property Value
System.
|
ExportVisualSettings
Declaration
public bool ExportVisualSettings { get; set; }
Property Value
System.
|
GrandTotalsBackColor
Declaration
public Color GrandTotalsBackColor { get; set; }
Property Value
System.
|
GridLinesColor
Declaration
public Color GridLinesColor { get; set; }
Property Value
System.
|
HeaderCellsFont
Declaration
public Font HeaderCellsFont { get; set; }
Property Value
System.
|
HeadersBackColor
Declaration
public Color HeadersBackColor { get; set; }
Property Value
System.
|
LayoutType
RowsLayoutType
SheetMaxRows
Gets or sets the maximum number of rows per sheet.
Declaration
[CLSCompliant(false)]
public ExcelMaxRows SheetMaxRows { get; set; }
Property Value
Excel The sheet max rows. |
SheetName
Declaration
public string SheetName { get; set; }
Property Value
System.
|
ShowGridLines
Declaration
public bool ShowGridLines { get; set; }
Property Value
System.
|
SubTotalsBackColor
Declaration
public Color SubTotalsBackColor { get; set; }
Property Value
System.
|
Methods
CallOnExportCellFormatting(Object, ExcelPivotCellExportingEventArgs)
Declaration
public void CallOnExportCellFormatting(object sender, ExcelPivotCellExportingEventArgs e)
Parameters
System.
|
Excel
|
GetAggregateDescriptorCell(Int32)
Declaration
protected virtual RadPrintElement GetAggregateDescriptorCell(int aggregateIndex)
Parameters
System.
|
Returns
GetColumnDescriptorCell(Int32)
Declaration
protected virtual RadPrintElement GetColumnDescriptorCell(int descriptorIndex)
Parameters
System.
|
Returns
GetColumnHeaderCell(Int32, Int32)
Declaration
protected virtual RadPrintElement GetColumnHeaderCell(int rowIndex, int columnIndex)
Parameters
System.
|
System.
|
Returns
GetDataCell(Int32, Int32, PivotRowElement)
Declaration
protected virtual RadPrintElement GetDataCell(int rowIndex, int columnIndex, PivotRowElement visualRow)
Parameters
System.
|
System.
|
Pivot
|
Returns
GetPrintElementForCell(Int32, Int32, PivotRowElement)
Declaration
protected virtual RadPrintElement GetPrintElementForCell(int rowIndex, int columnIndex, PivotRowElement visualRow)
Parameters
System.
|
System.
|
Pivot
|
Returns
GetRowDescriptorCell(Int32)
Declaration
protected virtual RadPrintElement GetRowDescriptorCell(int descriptorIndex)
Parameters
System.
|
Returns
GetRowHeaderCell(Int32, Int32)
Declaration
protected virtual RadPrintElement GetRowHeaderCell(int rowIndex, int columnIndex)
Parameters
System.
|
System.
|
Returns
OnExcelTableCreated(ExcelTableCreatedEventArgs)
Raises the Excel
Declaration
[CLSCompliant(false)]
protected virtual void OnExcelTableCreated(ExcelTableCreatedEventArgs e)
Parameters
Excel The Excel |
RunExport(String)
Creates ExcelML file
Declaration
public void RunExport(string fileName)
Parameters
System. Export file name |
Events
ExcelTableCreated
Occurs when the excel table is created.
Declaration
[CLSCompliant(false)]
public event ExcelTableCreatedEventHandler ExcelTableCreated
Event Type
PivotExcelCellFormatting
Declaration
public event PivotExcelCellFormattingEvent PivotExcelCellFormatting