Partilhar via


Propriedade do RDL DataSetReference.LabelField

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 (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property LabelField As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

DataSetReference Classe

Namespace Microsoft.ReportingServices.RdlObjectModel