New to Telerik ReportingStart a free 30-day trial

Represents a column in the Table's Body

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(TableBodyColumnConverter))]
public class TableBodyColumn

Inheritance: objectTableBodyColumn

Constructors

TODO: Add documentation.

C#
public TableBodyColumn()

TODO: Add documentation.

C#
public TableBodyColumn(Unit width)
Parameters:widthUnit

Properties

The width of the TableBodyColumn

C#
public Unit Width { get; set; }