ActiveReports 11 Service Pack 1 released

Released: Mar 29, 2017

Mises à jour de 11 Service Pack 1

Fonctionnalités

  • SVG Rendering - ActiveReports now uses Scalable Vector Graphics technology to render charts in the HTML5 viewer. This keeps curves smooth and angles sharp, even when you zoom in. The SVG rendering also sharpens the Table and Tablix controls with precise and crisp lines and corners, and clean text that doesn’t pixelate at high zoom levels.
  • Frozen Row and Column Headers - ActiveReports adds two new properties to Table and Tablix data regions that are supported in the HTML5 viewer: FrozenRows and FrozenColumns.
  • Chart Tooltips - ActiveReports adds a Tooltip property to the chart data series that allows you to enter an expression showing details about the data represented by each data point. You can also enter an expression for a Tooltip to display anywhere in the chart area.
  • Lookup function now allows data from multiple datasets in a single data region.

Correctifs

Designer Control

  • The error “An item with the same key has already been added” no longer occurs on exporting a report to Excel.
  • Fixed interactive sorting in Table and Tablix when the SortExpression contains aggregate functions.
  • Fixed Tablix design-time behavior so that an ‘Object reference’ error no longer occurs on opening the Group Collection Editor after adding a child group.

HTML5 Viewer

  • In Section reports, line controls in the Detail section now appear properly in the HTML5 viewer.
  • Fixed interactive sorting in the HTML5 viewer.

Exports

  • Added a new SheetName property to Excel exports.
  • Closed the issue with extra space appearing between tables when exporting RDL reports to DOCX format. Workaround: When exporting affected reports to the Microsoft Word Document format, set the FileFormat property of the export to HTML (*.doc) instead of Open Office XML (*.docx).

Chart Report Item

  • Closed the Section reports issue with incorrect rendering of lines of different weights in charts exported to PDF. This issue is related to EMF+, and will not be fixed. Workaround: Set the ConvertMetaToPng property of the PDFExport class to True.
  • Closed the Section reports issue with an incorrect default value in the Light property of 2D charts. Workaround: Set the Type property of the Light class to Ambient.
  • Added a Tooltip feature for interactive charts in the HTML5 viewer. Set the Tooltip value as an expression in the Chart Data dialog, Series Values, General tab.
  • Fixed an issue with Series Groups not working in the Composite chart.

Other Report Items

  • Fixed an issue in RDL reports where spatial points were not displayed for bound PointLayer data in the Map.
  • For the HTML5 viewer in Galley mode, we added FrozenRows and FrozenColumns properties to the Table and Matrix.
  • Fixed an ‘Invalid attempt to read…’ exception that occurred when subreports were placed too close to each other.