Gets or sets the label for the valid value.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Label { get; set; }
Visual Basic (Declaration)
Public Property Label As String
Visual C++
public:
property String^ Label {
	String^ get ();
	void set (String^ value);
}

Remarks

The Label property is used in cases where you need to display an alternate name for the setting value to an end user. The Label property might be used in the case where the value of the setting that is displayed to the end user is dependent on culture information.

See Also