ActiveReports 8
Attach Method
See Also 
GrapeCity.ActiveReports.Document.v8 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.

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