ComponentOne FlexReport for WinForms
Left Property (FieldBase)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > FieldBase Class : Left Property
Gets or sets the X coordinate of the field's left edge in twips.
Syntax
'Declaration
 
Public Property Left As System.Double
public System.double Left {get; set;}
Remarks

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

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

See Also

Reference

FieldBase Class
FieldBase Members