FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / RtfFilter Class / OpenXml Property

In This Topic
    OpenXml Property (RtfFilter)
    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 OpenXml As Boolean
    public bool OpenXml {get; set;}
    See Also