Telerik Reporting

Gets or sets a value that indicates whether an empty string is a valid value for the parameter. Only for parameters of Type String.

Namespace:  Telerik.Reporting
Assembly:  Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public bool AllowBlank { get; set; }
Visual Basic (Declaration)
Public Property AllowBlank As Boolean

Implements

IReportParameter..::.AllowBlank

See Also