New to Telerik ReportingStart a free 30-day trial

Represents a row in the Table's Body

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(TableBodyRowConverter))]
public class TableBodyRow

Inheritance: objectTableBodyRow

Constructors

TODO: Add documentation.

C#
public TableBodyRow()

TODO: Add documentation.

C#
public TableBodyRow(Unit height)
Parameters:heightUnit

Properties

The height of the TableBodyRow

C#
public Unit Height { get; set; }