ActiveReports 12
AllowBlank Property (QueryParameter)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > QueryParameter Class : AllowBlank Property
Gets or sets a value that indicates whether to allow empty value in the parameter.
Syntax
'Declaration
 
Public Property AllowBlank As Nullable(Of Boolean)
public Nullable<bool> AllowBlank {get; set;}
See Also

Reference

QueryParameter Class
QueryParameter Members