LabelField propriété
The name of the field that displays a parameter value to the user.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans 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 la propriété
Type : System. . :: . .String
A string value.