ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / XlsxDataExportSettings Class / OpenXmlStandard Property

In This Topic
    OpenXmlStandard Property (XlsxDataExportSettings)
    In This Topic
    Gets or sets the OpenXmlStandard of the output XLSX file.
    Syntax
    'Declaration
     
    Public Property OpenXmlStandard As EnumDefaultExportSetting(Of OpenXmlStandard)
    public EnumDefaultExportSetting<OpenXmlStandard> OpenXmlStandard {get; set;}

    Property Value

    An EnumDefaultExportSetting<T> object representing the OpenXmlStandard.
    See Also