ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / QueryParameter Class / AllowBlank Property

In This Topic
    AllowBlank Property (QueryParameter)
    In This Topic
    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