Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.

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

Syntax

C#
public bool OpenXmlDocument { get; set; }
Visual Basic
Public Property OpenXmlDocument As Boolean
	Get
	Set

Field Value

true if document should be exported in Office12 format, false otherwise.

See Also