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

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

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

Syntax

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

See Also