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

In This Topic
    AllowImages Property (XlsxDataExportSettings)
    In This Topic
    Gets or sets a value indicating whether to render images are allowed in the XLSX file.
    Syntax
    'Declaration
     
    Public Property AllowImages As BoolDefaultExportSetting
    public BoolDefaultExportSetting AllowImages {get; set;}

    Property Value

    A BoolDefaultExportSetting object indicating whether to render images are allowed.
    See Also