ClassTableBody
Class
Represents the Body of the Table item
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public class TableBody : TableCellContainer
Inheritance: objectTableCellContainerTableBody
Inherited Members
Properties
Columns
Gets the collection of the columns for the Table's Body.
Declaration
cs-api-definition
public TableBody.ColumnCollection Columns { get; }
Property Value
Remarks
Use this collection to define the columns for the TableBody. If specified, the number of the columns should be equal to the number of the leaf groups in the Table.ColumnGroups hierarchy.
Rows
Gets the collection of the rows for the Table's Body
Declaration
cs-api-definition
public TableBody.RowCollection Rows { get; }
Property Value
Remarks
Use this collection to define the rows for the TableBody. If specified, the number of the rows should be equal to the number of the leaf groups in the Table.RowGroups hierarchy.