Share via


QueryParameter.ValidValuesDataSetLabelField Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the label field of the valid values.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ValidValuesDataSetLabelField As String 
    Get 
    Set
'Usage
Dim instance As QueryParameter 
Dim value As String 

value = instance.ValidValuesDataSetLabelField

instance.ValidValuesDataSetLabelField = value
public string ValidValuesDataSetLabelField { get; set; }
public:
property String^ ValidValuesDataSetLabelField {
    String^ get ();
    void set (String^ value);
}
member ValidValuesDataSetLabelField : string with get, set
function get ValidValuesDataSetLabelField () : String 
function set ValidValuesDataSetLabelField (value : String)

Property Value

Type: System.String
The label field of the valid values.

See Also

Reference

QueryParameter Class

Microsoft.ReportingServices.RdlObjectModel Namespace