Sets the name of the current Field.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override void SetName(
	string newName
)
Visual Basic
Protected Overrides Sub SetName ( _
	newName As String _
)

Parameters

newName
Type: System..::..String
The new name of the field.

See Also