ReportParameter.Nullable Property

Definition

Gets or sets a value that indicates whether the value for this parameter is allowed to be Null.

public:
 property bool Nullable { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool Nullable { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.Nullable : bool with get, set
Public Property Nullable As Boolean

Property Value

true if the value for this parameter is allowed to be Null; otherwise, false.

Attributes

Applies to