ActiveReports Developer 7
Attach Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > Annotation Class : Attach Method

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

Glossary Item Box

Sets the top left most coordinates for the annotation object.

Syntax

Visual Basic (Declaration) 
Public Sub Attach( _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) 
C# 
public void Attach( 
   System.float x,
   System.float y
)

Parameters

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

See Also