Partager via


Propriété DataSetReference.LabelField

Gets or sets the name of the field that displays a parameter value to the user.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property LabelField As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The name of the field that displays a parameter value to the user.

Voir aussi

Référence

DataSetReference Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel