Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportParameter Class / Nullable Property

In This Topic
    Nullable Property
    In This Topic
    Gets or sets value indicating the value for this parameter can be Null. Cannot be true if this is a multivalue parameter.
    Syntax
    'Declaration
     
    Public Property Nullable As Boolean
    public bool Nullable {get; set;}
    See Also