ActiveReports Developer 7
Offset Method

The amount to offset the location horizontally.
The amount to offset the location vertically.
Adjusts the location of this rectangle by the specified amount.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal dx As System.Single, _
   ByVal dy As System.Single _
) 
public void Offset( 
   System.float dx,
   System.float dy
)

Parameters

dx
The amount to offset the location horizontally.
dy
The amount to offset the location vertically.
See Also

Reference

RectangleFEx Class
RectangleFEx Members