Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TagHyperlinkPageNo Class / SetName Method
The new tag name.

In This Topic
    SetName Method (TagHyperlinkPageNo)
    In This Topic
    Sets the name of the current tag.
    Syntax
    'Declaration
     
    Protected Overridable Sub SetName( _
       ByVal newName As String _
    ) 
    protected virtual void SetName( 
       string newName
    )

    Parameters

    newName
    The new tag name.
    See Also