ReportParameter.AllowBlank Property

Definition

Indicates whether the value of the parameter can be blank.

public:
 property bool AllowBlank { bool get(); };
public bool AllowBlank { get; }
member this.AllowBlank : bool
Public ReadOnly Property AllowBlank As Boolean

Property Value

A Boolean that indicates whether the parameter can have a blank value. A value of true indicates a blank value is acceptable. A value of false indicates that it cannot have a blank value.

Applies to