Share via


ReportParameterInfo.Nullable Property

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

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace