ActiveReports 11
IsNull Property

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports Namespace > Variant Structure : IsNull Property
Check if the variant value is null.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
public bool IsNull {get;}

Property Value

True if the variant value is Null, False othervise.
See Also

Reference

Variant Structure
Variant Members