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 default value to use for the parameter (if not provided by the user). If no value is provided as a part of the definition or by the user, the value is null. Required if there is no Prompt and either Nullable is False or a ValidValues list is provided that does not contain Null (an omitted Value).
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property DefaultValue As DefaultValue
Get
Set
'Uso
Dim instance As ReportParameter
Dim value As DefaultValue
value = instance.DefaultValue
instance.DefaultValue = value
public DefaultValue DefaultValue { get; set; }
public:
property DefaultValue^ DefaultValue {
DefaultValue^ get ();
void set (DefaultValue^ value);
}
member DefaultValue : DefaultValue with get, set
function get DefaultValue () : DefaultValue
function set DefaultValue (value : DefaultValue)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.DefaultValue
A DefaultValue object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel