ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / XlsxExportSettings.OutputFormats Enumeration

In This Topic
    XlsxExportSettings.OutputFormats Enumeration
    In This Topic
    Specifies the possible output formats that can be used for exporting.
    Syntax
    'Declaration
     
    Public Enum XlsxExportSettings.OutputFormats 
       Inherits System.Enum
    public enum XlsxExportSettings.OutputFormats : System.Enum 
    Members
    MemberDescription
    OpenXmlStrictThe Open XML Strict format.
    OpenXmlTransitionalThe Open XML Transitional format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.XlsxExportSettings.OutputFormats

    See Also