Gets or sets the name of the field to use for the value to display to the user for the selection. If not supplied or the returned value is null, the value in the ValueField is used. Not used for DefaultValue.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string LabelField { get; set; }
Visual Basic
Public Property LabelField As String
	Get
	Set

See Also