TableBody
Class
Represents the Body of the Table item
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class TableBody : TableCellContainer
Inheritance: objectTableCellContainerTableBody
Inherited Members
Properties
Gets the collection of the columns for the Table's Body.
C#
public TableBody.ColumnCollection Columns { get; }
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.
Gets the collection of the rows for the Table's Body
C#
public TableBody.RowCollection Rows { get; }
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.