Reports for WPF | ComponentOne
C1.C1Report Namespace / Field Class / RenderTop Property

In This Topic
    RenderTop Property (Field)
    In This Topic
    Gets the y-coordinate of the field's top edge in twips after the Field.CanGrow and Field.CanShrink properties have been applied to the containing Field.Section.
    Syntax
    'Declaration
     
    Public ReadOnly Property RenderTop As Double
    public double RenderTop {get;}
    Remarks
    If the field's Field.CanGrow or Field.CanShrink properties are set to true, the control will automatically adjust the Field.RenderHeight property to fit the field's contents and the Field.RenderTop property of fields below the current field to preserve the vertical distance between fields. The value of the Field.Top and Field.Height properties is not affected.
    See Also