Proprietà DataSetReference.ValueField
Gets or sets the name of the field that contains the valid values or the default value of the parameter.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ValueField As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The name of the field that contains the valid values or the default value of the parameter.