ClassPivotExportToExcelML
Definition
Namespace:Telerik.WinControls.UI.Export
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
public class PivotExportToExcelML
Inheritance: objectPivotExportToExcelML
Constructors
PivotExportToExcelML(RadPivotGrid)
Declaration
public PivotExportToExcelML(RadPivotGrid pivotGrid)
Parameters
pivotGrid
PivotExportToExcelML(RadPivotGridElement)
Declaration
public PivotExportToExcelML(RadPivotGridElement pivotGrid)
Parameters
pivotGrid
Properties
ColumnsLayoutType
Declaration
public PivotLayout ColumnsLayoutType { get; }
Property Value
SheetMaxRows
Gets or sets the maximum number of rows per sheet.
Declaration
[CLSCompliant(false)]
public ExcelMaxRows SheetMaxRows { get; set; }
Property Value
The sheet max rows.
Methods
CallOnExportCellFormatting(object, ExcelPivotCellExportingEventArgs)
Declaration
public void CallOnExportCellFormatting(object sender, ExcelPivotCellExportingEventArgs e)
Parameters
sender
e
GetAggregateDescriptorCell(int)
Declaration
protected virtual RadPrintElement GetAggregateDescriptorCell(int aggregateIndex)
Parameters
aggregateIndex
Returns
GetColumnDescriptorCell(int)
Declaration
protected virtual RadPrintElement GetColumnDescriptorCell(int descriptorIndex)
Parameters
descriptorIndex
Returns
GetColumnHeaderCell(int, int)
Declaration
protected virtual RadPrintElement GetColumnHeaderCell(int rowIndex, int columnIndex)
Parameters
rowIndex
columnIndex
Returns
GetDataCell(int, int, PivotRowElement)
Declaration
protected virtual RadPrintElement GetDataCell(int rowIndex, int columnIndex, PivotRowElement visualRow)
Parameters
rowIndex
columnIndex
visualRow
Returns
GetPrintElementForCell(int, int, PivotRowElement)
Declaration
protected virtual RadPrintElement GetPrintElementForCell(int rowIndex, int columnIndex, PivotRowElement visualRow)
Parameters
rowIndex
columnIndex
visualRow
Returns
GetRowDescriptorCell(int)
Declaration
protected virtual RadPrintElement GetRowDescriptorCell(int descriptorIndex)
Parameters
descriptorIndex
Returns
GetRowHeaderCell(int, int)
Declaration
protected virtual RadPrintElement GetRowHeaderCell(int rowIndex, int columnIndex)
Parameters
rowIndex
columnIndex
Returns
OnExcelTableCreated(ExcelTableCreatedEventArgs)
Raises the event.
Declaration
[CLSCompliant(false)]
protected virtual void OnExcelTableCreated(ExcelTableCreatedEventArgs e)
Parameters
e
The ExcelTableCreatedEventArgs instance containing the event data.
RunExport(string)
Creates ExcelML file
Declaration
public void RunExport(string fileName)
Parameters
fileName
Export file name
Events
ExcelTableCreated
Occurs when the excel table is created.
Declaration
[CLSCompliant(false)]
public event ExcelTableCreatedEventHandler ExcelTableCreated
Event Value
PivotExcelCellFormatting
Declaration
public event PivotExcelCellFormattingEvent PivotExcelCellFormatting
Event Value