Gets a value indicating whether the current report has not been generated (i.e. has no generated pages).

Note that this property does not depend on whether a report definition has been loaded into the current report.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool IsEmpty { get; }
Visual Basic
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public ReadOnly Property IsEmpty As Boolean
	Get

See Also