ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / Annotation Class / Attach Method

In This Topic
    Attach Method
    In This Topic
    The method set 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
    y
    See Also