Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the name of the field that contains the valid values or the default value of the parameter.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ValueField As String
Get
Set
'Utilisation
Dim instance As DataSetReference
Dim value As String
value = instance.ValueField
instance.ValueField = value
public string ValueField { get; set; }
public:
property String^ ValueField {
String^ get ();
void set (String^ value);
}
member ValueField : string with get, set
function get ValueField () : String
function set ValueField (value : String)
Valeur de propriété
Type : System.String
The name of the field that contains the valid values or the default value of the parameter.