DataSetReference.LabelField Property
Gets or sets the name of the field that displays a parameter value to the user.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LabelField As String
Get
Set
'Usage
Dim instance As DataSetReference
Dim value As String
value = instance.LabelField
instance.LabelField = value
public string LabelField { get; set; }
public:
property String^ LabelField {
String^ get ();
void set (String^ value);
}
member LabelField : string with get, set
function get LabelField () : String
function set LabelField (value : String)
Property Value
Type: System.String
The name of the field that displays a parameter value to the user.