Gets the document creation mode.

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

Syntax

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

See Also