Indicates whether the value of the parameter can be null.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Nullable { get; set; }
Visual Basic (Declaration)
Public Property Nullable As Boolean
Visual C++
public:
property bool Nullable {
	bool get ();
	void set (bool value);
}

See Also