ReportParameterInfo.Nullable Property

 

Indicates whether the value of the parameter can be null. Read-only.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool Nullable { get; }
public:
property bool Nullable {
    bool get();
}
member Nullable : bool with get
Public ReadOnly Property Nullable As Boolean

Property Value

Type: System.Boolean

A read-only Boolean value.

Remarks

 

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top