Gets the value indicating whether a handler is attached to the GenerateDocument event of the current document.

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

Syntax

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

See Also