ActiveReports 8
SetLocation Method

The x-coordinate of the top-left edge.
The y-coordinate of the top-left edge.
Sets the report control location.
Syntax
'Declaration
 
Sub SetLocation( _
   ByVal left As Length, _
   ByVal top As Length _
) 
void SetLocation( 
   Length left,
   Length top
)

Parameters

left
The x-coordinate of the top-left edge.
top
The y-coordinate of the top-left edge.
See Also

Reference

IReportItem Interface
IReportItem Members

Support Forum