Gets or sets the x-coordinate of the field's left edge in twips.

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

Syntax

C#
[DefaultValueAttribute()]
public double Left { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property Left As Double
	Get
	Set

Remarks

A field's location is the distance from its upper left corner to the upper left corner of its containing Section.

Setting the Left or Top property to zero places the field at the very left or top of its containing section.

The default value for this property is 0.

See Also