Gets the document creation mode.

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

Syntax

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

See Also