Share via


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

'Declaration
Public ReadOnly Property Nullable As Boolean
'Usage
Dim instance As ReportParameterInfo
Dim value As Boolean

value = instance.Nullable
public bool Nullable { get; }
public:
property bool Nullable {
    bool get ();
}
/** @property */
public boolean get_Nullable ()
public function get Nullable () : boolean

Property Value

A read-only Boolean value.

See Also

Reference

ReportParameterInfo Class
ReportParameterInfo Members
Microsoft.Reporting.WinForms Namespace