Proprietà ReportParameter.AllowBlank

Gets or sets a value that indicates whether the value for this parameter is allowed to be the empty string.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property AllowBlank As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.AllowBlank

instance.AllowBlank = value
public bool AllowBlank { get; set; }
public:
property bool AllowBlank {
    bool get ();
    void set (bool value);
}
member AllowBlank : bool with get, set
function get AllowBlank () : boolean 
function set AllowBlank (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the value for this parameter is allowed to be the empty string; otherwise, false.

Vedere anche

Riferimento

ReportParameter Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel