ActiveReports.Viewer3 Request technical support
Attach Method
See Also 


x
The x coordinate for the annotation object.
y
The y coordinate for the annotation object.
Sets the top left most coordinates for the annotation object.

Syntax

Visual Basic (Declaration) 
Public Sub Attach( _
   ByVal x As Single, _
   ByVal y As Single _
) 
Visual Basic (Usage)Copy Code
Dim instance As Annotation
Dim x As Single
Dim y As Single
 
instance.Attach(x, y)
C# 
public void Attach( 
   float x,
   float y
)

Parameters

x
The x coordinate for the annotation object.
y
The y coordinate for the annotation object.

See Also