ComponentOne FlexReport for WinForms
Top Property (FieldBase)

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

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

If the field's AutoHeight properties are set to true, the control will automatically adjust the RenderHeight property to fit the field's contents and the RenderTop property of fields below the current field to preserve the vertical distance between fields. The value of the Top and Height properties is not affected.

See Also

Reference

FieldBase Class
FieldBase Members