Table
Class
Represents a processing Table item.
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class Table : DataItem, ITableCell, IDataItem, IDataFlow, IDataSourceContainer, ILayoutElementContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObjectDataItemTable...
Implements:
Inherited Members
Properties
Columns
IList<TableColumn>
Gets a list of TableColumn objects that represents the columns in a Table item.
C#
public IList<TableColumn> Columns { get; }
KeepTogether
bool
Internal use only
C#
public bool KeepTogether { get; }
Methods
Internal use only
C#
protected override void Dispose(bool disposing)
Overrides:
Gets an ITableCell at the specified row and column index.
C#
public ITableCell GetCell(int rowIndex, int columnIndex)
Remarks:
This method should be used after the Table item is data bound.