Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Field Class / SetName Method
The new name of the field.

In This Topic
    SetName Method (Field)
    In This Topic
    Sets the name of the current Field.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetName( _
       ByVal newName As String _
    ) 
    protected override void SetName( 
       string newName
    )

    Parameters

    newName
    The new name of the field.
    See Also