Propriété AllowBlank
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property AllowBlank As Nullable(Of Boolean)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System. . :: . .Nullable< (Of < ( <'Boolean> ) > ) >
A Nullable<(Of <(<'T>)>)> object.
Voir aussi