Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the field that contains the valid values or the default value of the parameter.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ValueField As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The name of the field that contains the valid values or the default value of the parameter.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel