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.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether to allow empty value in the parameter.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property AllowBlank As Nullable(Of Boolean)
Get
Set
'Uso
Dim instance As QueryParameter
Dim value As Nullable(Of Boolean)
value = instance.AllowBlank
instance.AllowBlank = value
public Nullable<bool> AllowBlank { get; set; }
public:
property Nullable<bool> AllowBlank {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AllowBlank : Nullable<bool> with get, set
function get AllowBlank () : Nullable<boolean>
function set AllowBlank (value : Nullable<boolean>)
Valor de la propiedad
Tipo: System.Nullable<Boolean>
A Nullable<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel