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

In This Topic
    IsNullable Property
    In This Topic
    Gets or sets whether parameter is nullable.
    Syntax
    'Declaration
     
    Public Property IsNullable As Nullable(Of Boolean)
    public Nullable<bool> IsNullable {get; set;}
    See Also