Proprietà ReportParameterInfo.AllowBlank

Indica se una stringa vuota è un valore valido per il parametro. Di sola lettura.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AllowBlank As Boolean
    Get
'Utilizzo
Dim instance As ReportParameterInfo
Dim value As Boolean

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

Valore proprietà

Tipo: System.Boolean
Valore Boolean.

Osservazioni

Se il valore della proprietà DataType non è una stringa, la proprietà AllowBlank viene ignorata.

Vedere anche

Riferimento

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms