[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportParameter.AllowBlank

AllowBlank Property

AllowBlank

Gets or sets a value indicating whether the parameter value can be an empty string.

Declaration
public bool AllowBlank { get; set; }
Property Value
Type Description
bool

A bool value where true indicates that the parameter can be an empty string; otherwise, false. Default value is false.

Remarks

This property is ignored if the DataType is not string.