ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportParameter Class / Nullable Property

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

    Property Value

    A System.Boolean value where true indicates that the parameter can be null; otherwise, false. Default value is false.
    See Also