New to Telerik ReportingStart a free 30-day trial

Represents the Body of the Table item

Definition

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.

In this article
DefinitionPropertiesColumnsRows
Not finding the help you need?
Contact Support