RenderTop Property (ImageField)
In This Topic
Gets the actual top position of the current field in its subsection. This property can only be used while the report is being rendered, otherwise it returns -1.
Syntax
'Declaration
Public ReadOnly Property RenderTop As Double
public double RenderTop {get;}
See Also