Sets the name of the current tag.

Namespace:  C1.C1Preview
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 tag name.

See Also