FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / RtfOptionsForm Class / OpenXmlDocument Property

In This Topic
    OpenXmlDocument Property (RtfOptionsForm)
    In This Topic
    Gets or sets whether to export the file using the OpenXml format used by Microsoft Word 2007 and later.
    Syntax
    'Declaration
     
    Public Property OpenXmlDocument As Boolean
    public bool OpenXmlDocument {get; set;}
    See Also