Class
TableBodyRow

Represents a row in the Table's Body

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(TableBodyRowConverter))]
public class TableBodyRow

Inheritance: objectTableBodyRow

Constructors

TableBodyRow()

TODO: Add documentation.

Declaration

cs-api-definition
public TableBodyRow()

TableBodyRow(Unit)

TODO: Add documentation.

Declaration

cs-api-definition
public TableBodyRow(Unit height)

Parameters

height

Unit

Properties

Height

The height of the TableBodyRow

Declaration

cs-api-definition
public Unit Height { get; set; }

Property Value

Unit