[]
        
(Showing Draft Content)

C1.Report.FieldBase.Width

Width Property

Width

Gets or sets the width of the field in twips.

Declaration
[C1Category("Layout")]
[C1Description("FieldBase.Width", "The width of the field in twips.")]
[TypeConverter(typeof(PageUnitConverter))]
public double Width { get; set; }
<C1Category("Layout")>
<C1Description("FieldBase.Width", "The width of the field in twips.")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property Width As Double
Remarks

Every FieldBase object has a rectangle, or "field box", where the field contents are rendered.

The field box is defined by the Left, Top, Width, and Height properties.

These properties are expressed in twips, and the position is relative to the field's containing section.