ReportParameter.Nullable Property

Definition

Indicates whether the value of the parameter can be null.

public:
 property bool Nullable { bool get(); void set(bool value); };
public bool Nullable { get; set; }
member this.Nullable : bool with get, set
Public Property Nullable As Boolean

Property Value

A Boolean value. A value of true indicates that the value of the parameter can be null.

Applies to