ActiveReports Developer 7
IsMissing Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace > Field Class : IsMissing Property

Glossary Item Box

Gets whether or not the field is missing.

Syntax

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

See Also