List & Label Enterprise Reporting Edition 30.003

Released: Sep 18, 2025

Updates in 30.003

Features

  • List & Label:
    • Added support for Windows 11 25H2.
    • When using the old non-ribbon preview toolbar, the "Save As" button now includes embedded files as well as "PDF with Data" (the former default PDF export), and "PDF" (without data).
  • Print:
    • Option LL_OPTION_COMPAT_SET_FIRST_USER_DEFINE_PAPER_INDEX_TO_DMPAPER_USER is now automatically set to TRUE when printing from preview if the printer name begins with "DYMO".
    • Maximum number of print passes increased from 10 to 1000 to allow more flexibility while preventing infinite loops.
  • Report Server:
    • Added support for Windows 11 25H2.
    • Maximum number of print passes increased from 10 to 1000 to allow more flexibility while preventing infinite loops.
  • Web Components:
    • WRD: Added new Datastructure Tree component.
    • WRD: Updated Monaco Editor to mitigate multiple security issues caused by outdated DOMPurify versions.
    • WRD/WRV: Breaking Change - CustomData and ClientCustomData deprecated. Introduced ServerData (server-side object passed via session options) and ClientData (string available in all backend callbacks, including initialization).
    • WRD: Data structure updated to support PDFs as a field type through AutoDefineField.

Fixes

  • .NET:
    • The Web Designer queried too much data when a crosstab or chart was used, thus opening the designer could be slow for large projects.
  • Designer:
    • The usage of multiple columns within sub tables in non-dataprovider mode was recently prohibited due to issues. Option LL_OPTION_COMPAT_ALLOW_SUBTABLECOLUMNS introduced (defaults to false - usage discouraged).
    • Disabling ribbon menu sub entries (e.g. IDM_RIBBON_FILE_PRINT2) now leaves the main entry visually enabled only if at least one sub entry is still available.
    • When prohibiting LlDesignerAction.FileExport or LlDesignerAction.FilePrint, the corresponding viewer actions will now also be disabled.
    • LlDesignerProhibitAction and LlViewerProhibitAction now also accept ribbon menu identifiers and virtual group identifiers. Added LL_OPTION_RIBBON_FORCEENABLED to force ribbon mode.
  • Export:
    • When sending an e-mail with activated option 'Export.Mail.ShowDialog', the parent window handle is now used so the e-mail window is displayed correctly.
  • Report Server:
    • The Web Designer queried too much data when a crosstab or chart was used, thus opening the designer could be slow for large projects.
  • Web Components:
    • WRV: provideListLabelContext.CustomData is now correctly set to null (instead of empty string) when not specified.