ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ParameterDescriptor Class / AllowBlank Property

In This Topic
    AllowBlank Property (ParameterDescriptor)
    In This Topic
    Gets or sets a value indicating whether the parameter allows blank values.
    Syntax
    'Declaration
     
    Public Property AllowBlank As Boolean
    public bool AllowBlank {get; set;}

    Property Value

    true if blank values are allowed; otherwise, false.
    See Also