Sets the name of the current item.

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

Syntax

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

Parameters

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

See Also