Sets the name of the current QueryParameter.

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 parameter.

See Also