Gets ot sets the height of the item as a percentage of its containing object's size.

If set to null (default), the value of 100 minus Top is used.

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

Syntax

C#
public RdlFloat Height { get; set; }
Visual Basic
Public Property Height As RdlFloat
	Get
	Set

See Also