DevExpress Report and Dashboard Server 20.2.3

Released: Oct 27, 2020

20.2.3 での更新項目

機能

New in Analytics Dashboard v20.2

Data Visualization

  • Charts - Conditional Formatting
    • You can now specify rules to highlight Points and Series Lines in the Dashboard Chart Item and the Scatter Chart Item.
    • Conditional Formatting can be applied to any Line series, any Bar series (including Range Bars), Area series, and Bubble chart type.
    • You can specify predefined conditions based on Values/Arguments/Series or Hidden Measure values. You can also create a custom expression as needed.

Web Dashboard

  • Angular & React Web Dashboard Components
    • You can now incorporate the Angular Web Dashboard or React Web Dashboard component within your web project.
    • Both Angular and React components are available via npm packages so you can integrate the Web Dashboard Control as needed. You can bind your properties to the components using one and two-way bindings. You can also handle events using native development methodologies.
  • Rename Data Sources at Runtime
    • End-users can now rename a data source using the Web Dashboard's UI.
  • Change Dashboard Options at Runtime
    • Introduced a new option(args) method. This method allows you to change Web Dashboard Control property.
    • This change was introduced as part of the Angular & React integration initiative.

WinForms and WPF Dashboard

  • Ongoing Desktop Async Enhancements
    • In the v20.2 release cycle, DevExpress have addressed a series of known issues, improved performance, and stabilized Async-related Dashboard code.

Data Export

  • Pie Item - Export Customization API
    • Extended the Export Customization API to support Pie Item customization during export operations. The GetPrintableControl method now returns a XRChart object for a Pie dashboard item in the CustomExport event handler.

Data Processing

  • Filter Visible Data
    • Included a new filter option – Filter Visible Data. While this filter hides data that fails to meet filter criteria from the view, it does not filter out underlying data.
  • Neutral Filter Mode
    • The Neutral Filter Mode is now the default option for all DevExpress Dashboard Controls (Web, WinForms, and WPF).
    • For backward compatibility, disable the UseNeutralFilterMode option.
  • New Options for Join Federation Queries
    • "*" Operator
      • You can now use "*" (all columns) operator when you initiate Join operations in your Federation Data Source. This option is available in the WinForms End-User Wizard and Federation Data Source API.
    • Custom Expressions
      • Custom expressions allow you to create unbound columns in your Join Federation Queries.
  • Transform Nested Arrays
    • Federation Data Source now offers a Transformation option. You can use it to flatten (or expand, or denormalize) your data. Said differently, if one of your columns contains a data array, you can now transform it to a set of rows.
    • This option is especially useful for JSON, EF and XPO Data Sources.

New in Reporting 20.2

All Platforms

  • PDF Export - Visual Signatures
    • v20.2 includes a new XRPdfSignature report control that adds a visual signature to exported PDF files. Its features include:
      • Define multiple placeholders for secondary digital signatures within a report.
      • Define a date, reason, location, and an image for a primary signature in WinForms and WPF apps.
  • Performance Enhancements
    • Refactored and re-redesigned the following aspects of the document generation engine:
      • Report controls style calculation and caching.
      • Control expression value pre-processing and caching.
      • Text measurement method calls (optimize frequency).
      • Chart processing.
    • DevExpress Reports v20.2 can now generate printable documents up to 30-35% faster than previous versions.
  • Microsoft Excel Export Enhancements
    • XRCheckBox
      • Enhanced the visual appearance of checkbox items in reports exported to Microsoft Excel. Checkboxes now generate less merged columns and rows.
    • CachedReportSource
      • Changed the implementation of CachedReportSource. It now caches pictures obtained by URL in the document page storage. Image objects are created only once to reduce memory usage and time required to preview, print, and export the report.
      • You can now generate reports with BMP and JPG images faster and consume less memory when using Single Page export modes.
  • Cross Tab Cells - Auto Height
    • Use the new XRCrossTabCell.RowAutoHeightMode property to manage auto height behavior for Cross Tab cells.
  • Bar Code - Pharmacode Symbology
    • The XRBarCode report control can now generate Pharmacodes (Pharmaceutical Binary Codes). Set the XRBarCode.Symbology property to 'Pharmacode' and specify PharmacodeType to generate one-track or two-track barcodes.
    • One-track is a one-dimensional (1D) symbology used in the packaging of pharmaceutical products.
    • Two-track uses vertical positioning of half bars together with full bars to encode data.
  • Picture Box - Base64-Encoded Image Support
    • You can now bind the Picture Box to a database field, which contains image data as Base64 strings.
  • QRCode - Hide the Quiet Zone
    • Added the XRBarCode.Symbology.IncludeQuietZone option that allows you to hide the quite zone. The quiet zone is a blank area around the QRCode.

Microsoft Visual Studio Report Designer

  • Convert Your RDLC Reports to DevExpress Reports
    • With this release, you can migrate your RDLC reports (SQL Server Reporting Services (SSRS), SyncFusion BoldReports, Active Reports) to DevExpress Reports via the updated report conversion tool. The new converter supports the following RDLC report controls and features:
      • TextBox, Rectangle, Image, Line.
      • Data Binding, Expressions, and Parameters.
      • Convert DataSet to SqlDataSource.
      • Convert Tablix to Band Structure (both vertical and horizontal bands).
      • Convert Tablix to Cross Tab.
  • Convert DataSet to SqlDataSource
    • You can now convert your DataSets to SQL data sources. Compared to DataSets, SQL data sources are serialized together with report layouts. As such, you don't need to implement custom data source serialization in your reporting solutions when using a SQL data source.
  • Add Data Sources in Report Explorer
    • You can now invoke a context menu for the Components node  the Report Explorer. The Add Data Source command adds a new data source to the report.

Web Reporting

  • JavaScript Modules
    • Refactored the client code and moved from namespace declaration to a modular approach. You can now use native import directives to exclude unnecessary code and dependencies when code is built into bundles.
  • Async Report Storage
    • Extended the capabilities of the web report storage with asynchronous save and load operations. You can also leverage the 'IReportProviderAsync' service - it resolves a report ID to a report instance and expedites subreport load operations. With v20.2, applications can access threads from the ThreadPool while reporting components load, save or export reports.
    • To switch to asynchronous mode:
      • Implement async counterparts of ReportStorageWebExtension methods.
      • Replace the 'CreateDocument', 'ExportTo', and 'GetModel' method calls in your application with async counterparts.
      • Create and register the 'IReportProviderAsync' service.
      • Call the 'UseAsyncEngine' method at startup to activate asynchronous operations.
  • Merge Reports with PDF - Microsoft Azure and Linux Support
    • The XRPdfContent control allows you to embed pages from an external PDF file into a report. The XRPdfContent control works in both Microsoft Azure and Linux.
    • If your application is deployed on Linux or Azure and you want to merge your reports with PDF documents, install the SkiaSharp v1.6.0 NuGet package and set the new PrintingOptions.Pdf.RenderingEngine property to 'Skia'.
    • For Linux, you must also install the SkiaSharp.NativeAssets.Linux NuGet package.
  • Web Report Designer - New DateTime Constants in the Filter Editor
    • You can now compare DateTime values with predefined constants such as "This Year", "This Month", "Tomorrow", etc.

Blazor Reporting

  • Customization API for Document Viewer and Report Designer
    • You can now customize the user interface and functionality of DevExpress Document Viewer and Report Designer components in your Blazor applications.
    • Use the following new properties to access events:
      • DxDocumentViewerCallbacks (available in DxDocumentViewer).
      • DxReportDesignerCallbacks (available in DxReportDesigner).

WinForms Reporting

  • Report Script Editor Enhancements
    • Enhancements to the script editor embedded into Visual Studio and WinForms End-User Report Designer include:
      • The level of indentation is preserved when moving a caret to a new line.
      • The TAB key press now inserts whitespaces and mimics the behavior of Visual Studio code editor.
      • You can now zoom in and out the scripts code using the CTRL key and the mouse wheel.
      • The "DevExpress.Reporting.CodeCompletion" NuGet package is now a multi-target package and allows you to use the DevExpress.XtraReports.v20.1.CodeCompletion.dll assembly built for .NET 4.5.2 and .NET Standard 2. You can now activate code completion in ASP.NET Core applications.
        Use the new "DevExpress.WindowsDesktop.Reporting.CodeCompletion" NuGet package to activate the code completion for WinForms .NET Core Desktop apps.
        You also need to install the Microsoft.CodeAnalysis NuGet package and enable script execution as described in Script Execution Mode.
    • All these enhancements are in effect for C# language only.

WPF Reporting

  • Report Designer - Cross Tab Control
    • The new Cross Tab report control is now available for those using the WPF End-User Report Designer. End-users can now create cross tab reports using the integrated Report Wizard and modify cross tab options via smart tags.
  • Suggested Actions for WPF .NET Core Reporting
    • Both the Document Viewer and Report Designer now support Suggested Actions. This feature gives you easy access to common properties when a control is selected.
    • Suggested Actions requires Visual Studio 2019 Preview v16.8 or higher. .NET Core applications use the new WPF XAML designer by default. For .NET Framework apps, you need to enable the following option in Visual Studio: Tools > Options > Preview Features > New WPF XAML Designer for .NET Framework (requires restart).
  • WPF Report Designer - Edit Bindings Dialog
    • The WPF Report Designer now includes the Edit Bindings dialog. This dialog allows you to quickly validate and correct data bindings for report controls.

WinForms & WPF Reporting

  • Federation Data Source - Data Flattening
    • The Federation Data Source allows you to flatten (or expand/denormalize) your data source structure via a Transformation option. The inner elements of your data source (such as arrays and lists) can now be transformed into a row set. This option is especially useful for JSON, Microsoft Entity Framework, Object, and XPO Data Sources.
  • Select All Columns and Unbound Columns
    • Added two new options for your Join Federation Data Source Queries.
      • Use "*" (all columns) operator to select all data source columns in the Federation Data Source Wizard. Also implemented a new SelectAll method.
      • Create unbound columns using Criteria Language Syntax.
  • Document Viewer - Anchoring Report Controls
    • Report controls stay now anchored to the left, right, or both sides of their containers when orientation, margins, or paper kind change in the Print Preview.
    • Use the PreviewOptions.SyncWithReportPageSettings to control this behavior.
  • Localization Editor - Culture Codes
    • The Localization Editor now displays the culture code near the language name.