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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IReportItem Interface
IReportItem Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum