Gets the current busy state of the current document.

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

Syntax

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

See Also