Gets a value indicating whether the current C1MultiDocument is empty, i.e. has no C1MultiDocumentItem objects with data.

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

Syntax

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

See Also