Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ComplexExporter Class / OpenXmlDocument Property

In This Topic
    OpenXmlDocument Property (ComplexExporter)
    In This Topic
    Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.
    Syntax
    'Declaration
     
    Public Property OpenXmlDocument As Boolean
    public bool OpenXmlDocument {get; set;}

    Property Value

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