ActiveReports Developer 7
AllowBlank Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > Parameter Class : AllowBlank Property

Glossary Item Box

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

Syntax

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

See Also