ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / Annotation Class / Attach Method
The X - the leftmost coordinate for the annotation object.
The Y - the topmost coordinate for the annotation object.

In This Topic
    Attach Method
    In This Topic
    Sets the top leftmost 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 - the leftmost coordinate for the annotation object.
    y
    The Y - the topmost coordinate for the annotation object.
    See Also