Gets or sets the height of the current item. Negative sizes are allowed only for lines (the height/width gives the offset of the endpoint of the line from the start point).

Default is null which means the width of the containing object minus Left.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ReportSize Width { get; set; }
Visual Basic
Public Property Width As ReportSize
	Get
	Set

See Also