Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1LinkTargetAnchor Class / C1LinkTargetAnchor Constructor / C1LinkTargetAnchor Constructor(String)
The name (Name) of the target C1Anchor.

In This Topic
    C1LinkTargetAnchor Constructor(String)
    In This Topic
    Initializes a new instance of the C1LinkTargetAnchor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal anchorName As String _
    )
    public C1LinkTargetAnchor( 
       string anchorName
    )

    Parameters

    anchorName
    The name (Name) of the target C1Anchor.
    See Also