ReportParameter.AllowBlank Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether an empty string is a valid value for the parameter.
public:
property bool AllowBlank { bool get(); void set(bool value); };
public bool AllowBlank { get; set; }
member this.AllowBlank : bool with get, set
Public Property AllowBlank As Boolean
Property Value
A Boolean
value. A value of true
indicates that an empty string is a valid value for the parameter.
Remarks
This value is ignored if the Type
property of the ReportParameter
is not a String
.