Class TableBody
Represents the Body of the Table item
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class TableBody : TableCellContainer, IDisposable, IEnumerable<TableCell>, IEnumerable
Properties
Columns
Gets the collection of the columns for the Table's Body.
Declaration
public TableBody.ColumnCollection Columns { get; }
Property Value
TableBody.ColumnCollection
|
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
public TableBody.RowCollection Rows { get; }
Property Value
TableBody.RowCollection
|
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.