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

Glossary Item Box

Indicates the value for this parameter is allowed to be Null.

Syntax

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

See Also