ActiveReports 9
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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum