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

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

    Property Value

    true if null values are permissible; otherwise, false.
    See Also