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

In This Topic
    OpenXmlDocument Property (XlsxOptionsForm)
    In This Topic
    Gets or sets a value indicating whether the export should use Open XML file format.
    Syntax
    'Declaration
     
    Public Overridable Property OpenXmlDocument As Boolean
    public virtual bool OpenXmlDocument {get; set;}
    See Also