ActiveReports Developer 7
IsEmpty Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutResult Structure : IsEmpty Property

Glossary Item Box

Specifies that layout operation didn't produce any content at all and no other status was supplied.  

Syntax

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

See Also