ActiveReports.NET 18.1

Released: Jun 19, 2024

18.1 での更新項目

機能

  • Enriched Chart Customization - This release has introduced new properties to enrich the customization and visual communication of charts for RDLX, Page, and Dashboard reports.
    • LabelRowCount: This property, applied to the X-axis of charts, allows you to set the number of rows for axis labels, enabling a multi-row arrangement for better readability and organization of labels. Note that this feature is only applicable to charts that have an X-axis.
    • SymbolSize: This property allows you to adjust the size of plot symbols, providing greater flexibility in data presentation. It is supported in the following chart types:
      • Line chart
      • Radar Line chart
      • Radar Scatter chart
      • Radar Bubble chart
      • Scatter chart
      • Bubble chart
  • Updated JSON Data Provider in Section Reports - The JSON data provider in Section Reports now includes the Embedded option within the data source connection settings. This new feature allows you to embed JSON data directly into your reports, streamlining data management and simplifying the deployment process. The embedded option is particularly useful for development purposes, such as sharing reports with co-workers, as it ensures that all necessary data is contained within the report itself. This makes your reports more self-contained and less dependent on external sources, enhancing portability and ease of collaboration.
  • Enhanced SubReport in Section Reports - In Section Reports, you can now choose a report for the SubReport control directly through the ReportNameproperty, eliminating the need for code. This enhancement simplifies the process of adding subreports and is also available in the Web Designer. This update streamlines report design, making it easier and faster to create complex, nested reports.
  • Improved Tabular Data Display Options in Page and RDLX Reports - You now have greater control over the display of table data in Page and RDLX Reports with two new properties:
    • MaxDetailsPerPage: This property allows you to set the maximum number of detail rows displayed per page. If the number of rows exceeds the specified value, a page break is added after the set number of rows.
    • PreventOrphanedHeader: This option ensures that the table header or the table group header always prints together with at least one detail row of the table or table group. This prevents headers from being isolated at the bottom of a page without accompanying data.
  • Document Map for Report Sections - In RDLX and RDLX Dashboard Reports, report sections can now be displayed in the report viewer's Document Map and in the TableOfContents control in rendered or exported reports. To achieve this, you can use the newly introduced Label property of a report section. This enhancement provides better navigation and organization within your reports, making it easier for users to locate and reference specific sections.
  • New SheetMode Property for Excel Export - A new SheetMode property has been added to Excel export, allowing you to control how a report's pages or sections are exported. This property provides the flexibility to:
    • Display each report page as a separate sheet.
    • Display each report section as a separate sheet.
    • Export the entire report as a single sheet.