Indicates whether the document is currently being generated.

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

Syntax

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

See Also