ActiveReports 6 Online Help
Attach Method

The x coordinate for the annotation object.
The y coordinate for the annotation object.
Sets the top left most coordinates for the annotation object.
Syntax
'Declaration
 
Public Sub Attach( _
   ByVal x As Single, _
   ByVal y As Single _
) 
public void Attach( 
   float x,
   float y
)

Parameters

x
The x coordinate for the annotation object.
y
The y coordinate for the annotation object.
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

Annotation Class
Annotation Members

Send Feedback