Condividi tramite


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
public bool AllowBlank { get; }
public:
property bool AllowBlank {
    bool get ();
}
member AllowBlank : bool with get
function get AllowBlank () : boolean

Valore proprietà

Tipo: Boolean
Valore Boolean.

Note

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

Vedere anche

Riferimenti

ReportParameterInfo Classe

Spazio dei nomi Microsoft.Reporting.WebForms