Indicates whether an empty string is a valid value for the parameter.

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 AllowBlank { get; set; }
Visual Basic (Declaration)
Public Property AllowBlank As Boolean
Visual C++
public:
property bool AllowBlank {
	bool get ();
	void set (bool value);
}

Remarks

The AllowBlank property is ignored if the value of the Type property is not a string.

See Also