ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / DefaultExportSettings Class / XlsxExportSettings Property

In This Topic
    XlsxExportSettings Property
    In This Topic
    Gets or sets the default export panel values for a `xlsx` format.
    Syntax
    'Declaration
     
    Public Property XlsxExportSettings As XlsxExportSettings
    public XlsxExportSettings XlsxExportSettings {get; set;}

    Property Value

    A XlsxExportSettings object represents default export settings for a `xlsx` format.
    See Also