ActiveReports 12
Attach Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > Annotation Class : 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.
See Also

Reference

Annotation Class
Annotation Members