Progress Telerik Reporting R1 2020 (14.0.20.115) Retail
Progress Telerik Reporting R1 2020 (14.0.20.115) Retail
Complete .NET Reporting Solution for Web, Mobile and Desktop Applications. Progress® Telerik® Reporting is a .NET-based platform and a component library which provides reporting controls for websites, cloud services, mobile and desktop applications.
Key Features
Enjoy a Complete Feature Set
Telerik Reporting lets you create, view and export rich, beautiful, interactive and reusable reports – everything a lightweight and feature-complete reporting solution should do.
Style Reports to Your Needs
Design great reports with the help of perfect item positioning, CSS‑like styling with themes, conditional formatting and more.
OLAP Data Engine and Data Binding
Deliver relevant information from any data source. Aggregate, filter and format data quickly and easily.
Create Interactive Ad-Hoc Reports
Create interactive dashboards, invoices and more with the help of the WYSIWYG design canvas, countless wizards and drag and drop support in Visual Studio, or in the standalone report designer.
Deliver Reports to Any Application
Add reports to any business application. View reports on mobile devices and in web, desktop and cloud apps. Export reports to any format.
What's Included
Bind
DATA SOURCE SUPPORT
Any database with an ADO.NET provider
Microsoft SQL Server Analysis Cube
Business Objects
ODBC Data Sources
ORMs
CSV
OpenEdge OpenClient
OpenAccess
Entity Data Source
REPORTING SERVICES
Telerik REST Service
Telerik WCF Service
Build
Visual Studio Report Designer
Standalone Report Designer
API for creating and rendering reports
OLAP reporting engine with Excel-like expressions
Interactivity (drill-down, drill-through, sorting, document map, etc.)
Map, chart, crosstab, list, sub-report, image, barcode and more
Custom interactivity actions
Mail merge
Visualize
HTML5 apps
Angular
Mobile and touch applications
ASP.NET Web Forms
ASP.NET MVC
.NET Core
Silverlight
Windows Presentation Foundation (WPF)
Windows Forms
Export
Adobe PDF
Microsoft Office Excel
Microsoft Office Word
Microsoft Office PowerPoint
Comma Separated Values (CSV)
XPS
MHTML (Web Archive)
Rich Text Format (RTF)
Images (.tiff, .png, .bmp, .gif, etc.)
Progress® Telerik® Reporting R1 2020 (14.0.20.115)
NEW
Add data schema fields to Web Report Designer Explorer tab
Add data source fields, calculated fields, and parameters to the data source in Explorer tab and make them expandable.
NEW
Add dependency injection to the Web API controllers in core
In .NET Core both Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase and Telerik.Reporting.Services.AspNetCore.ReportsControllerBase now rely on dependency injection to resolve their dependencies. This brings more flexibility and clarity in dependencies passing.
NEW
Updated Crystal Reports converter
Crystal Reports converter supports Crystal Reports version 13.0.2000.0 or higher. Adds conversion for data commands with their connections and parameters, summary fields, chart and barcode objects.
NEW
Add dedicated editors for all property types in the Web Report Designer
Add dedicated report item editors for all property types in Properties tab.
NEW
Add Expression Builder editor to Web Report Designer
Added ExpressionBuilder editor for easier creation of expression formulas by listing all available built-in functions and operators.
NEW
Add SqlDataSource wizard to Web Report Designer
Add SqlDataSource wizard for guided creation and editing of SQL data sources.
NEW
Add Crosstab/Table wizard to Web Report Designer
Add new Crosstab/Table Wizard items to the Toolbox tab.
NEW
Add workspace preferences option to Menu
Created Workspace preferences by report
NEW
Add Blazor viewer
Add new Blazor report viewer based on the HTML5 Web Report Viewer.
NEW
What's Improved
Extend the item types supported by Crystal Reports Converter
Add VS extension compatibility with Visual Studio Community edition
CHANGED
What's Changed
Ctor Telerik.Reporting.Services.AspNetCore.ReportsControllerBase() is now obsolete. Use constructor overload Telerik.Reporting.Services.AspNetCore.ReportsControllerBase(IReportServiceConfiguration reportServiceConfiguration) instead.
Ctor Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase() is now obsolete. Use constructor overload Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase(IReportDesignerServiceConfiguration) instead.
Crystal Reports converter now support only Crystal Reports 13 newer
IDefinitionstorage.GetDefinition now does not have a "ref" parameter
FIXED
Common
The ReportJsonSerializer class should be public
FIXED
Configuration
SQLite initialization routine throws an exception in .NET Core 3.0 projects
FIXED
Web Service Data Source
Authentication parameters are not respected
FIXED
Desktop Designers
Graph designer does not get refreshed when the chart type is changed through the "Change Chart Type" dialog
FIXED
Standalone Report Designer
The Back button of the WebService Data source wizard does not work properly
FIXED
Web Designer
Collection items get renamed after closing the editor with Cancel
On property edit cancel the report dirty state is canceled
The expression editor for Graph's grouping expressions throws an exception.
CultureContext endpoint is missing in full .NET Framework
Web Designer fails to load in AspNetCoreDemo
FIXED
Paging
Error occurs when paging nested tables in specific cases
FIXED
Processing
Cannot compile .NET Core 3 WinForms project that uses enumerations which exist in both System.Windows.Forms and Telerik.Reporting assemblies.
Inset, outset, ridge and groove borders are not correctly displayed in .NET Core applications
FIXED
PDF Rendering
Text in documents created on Linux or MacOS is not copied correctly to clipboard
FIXED
WebForms Report Viewer (legacy)
Printing operation fails
FIXED
HTML5 Report Viewer
Changing the PageMode of the report viewer causes an error
Export icon has incorrect style in mobile view
Hiding the Send Email toolbar button is not respected in mobile view
Printing is not automatically triggered
Report viewer exposes an XSS vulnerability during export
Search highlighting is overridden by alternating style of row
Search results are highlighted only when the result is clicked twice
Selection of MultiValue parameter doesn't work in iOS 13.2
Splitter handlers have UI issues when Kendo SASS based theme is used
The Preview button is overlapping the parameter widgets when 'parametersAreaPosition' is set to 'top'
The target HTML element of the report viewer requires to have its ID attribute set
FIXED
Windows Forms Report Viewer
The first page cannot be printed when the report has too many pages
FIXED
WPF Report Viewer
Allow the report viewer theme to be set using resources for the current window instead of setting resources on application level
Telerik Reporting
- Microsoft .NET Framework 4
- .NET Standard 2.0
- .NET Core 3.0
Telerik.Reporting.Data.CubeDataSource
- Microsoft.AnalysisServices.AdomdClient (10.0.0.0 or later)
HTML5 Report Viewer
- Telerik Kendo UI (2015.3.1111 or later)
- jQuery (1.9.1 or higher if required by Kendo)
ASP.NET WebAPI REST Report Service
- Microsoft ASP.NET Web API (4.0.20710.0 or later) - Newtonsoft.Json (9.0.1 or later)
ServiceStack REST Report Service
- ServiceStack (3.9.70.0)
ASP.NET MVC Extension of the HTML5 Report Viewer
- Microsoft ASP.NET MVC Framework (4.0.20710.0 or later)
WPF Report Viewer
- Telerik UI Controls for WPF (2020.1.115.40)
Silverlight Report Viewer
- Telerik UI Controls for Silverlight (2020.1.115.1050)
Database cache ICache implementation
- Telerik Data Access ORM (2015.1.220.1)
.NET Core Reporting Engine
- SQLitePCLRaw.bundle_green (2.0.1 or later)
NEW
Add data schema fields to Web Report Designer Explorer tab
Add data source fields, calculated fields, and parameters to the data source in Explorer tab and make them expandable.
NEW
Add dependency injection to the Web API controllers in core
In .NET Core both Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase and Telerik.Reporting.Services.AspNetCore.ReportsControllerBase now rely on dependency injection to resolve their dependencies. This brings more flexibility and clarity in dependencies passing.
NEW
Updated Crystal Reports converter
Crystal Reports converter supports Crystal Reports version 13.0.2000.0 or higher. Adds conversion for data commands with their connections and parameters, summary fields, chart and barcode objects.
NEW
Add dedicated editors for all property types in the Web Report Designer
Add dedicated report item editors for all property types in Properties tab.
NEW
Add Expression Builder editor to Web Report Designer
Added ExpressionBuilder editor for easier creation of expression formulas by listing all available built-in functions and operators.
NEW
Add SqlDataSource wizard to Web Report Designer
Add SqlDataSource wizard for guided creation and editing of SQL data sources.
NEW
Add Crosstab/Table wizard to Web Report Designer
Add new Crosstab/Table Wizard items to the Toolbox tab.
NEW
Add workspace preferences option to Menu
Created Workspace preferences by report
NEW
Add Blazor viewer
Add new Blazor report viewer based on the HTML5 Web Report Viewer.
NEW
What's Improved
Extend the item types supported by Crystal Reports Converter
Add VS extension compatibility with Visual Studio Community edition
CHANGED
What's Changed
Ctor Telerik.Reporting.Services.AspNetCore.ReportsControllerBase() is now obsolete. Use constructor overload Telerik.Reporting.Services.AspNetCore.ReportsControllerBase(IReportServiceConfiguration reportServiceConfiguration) instead.
Ctor Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase() is now obsolete. Use constructor overload Telerik.WebReportDesigner.Services.Controllers.ReportDesignerControllerBase(IReportDesignerServiceConfiguration) instead.
Crystal Reports converter now support only Crystal Reports 13 newer
IDefinitionstorage.GetDefinition now does not have a "ref" parameter
FIXED
Common
The ReportJsonSerializer class should be public
FIXED
Configuration
SQLite initialization routine throws an exception in .NET Core 3.0 projects
FIXED
Web Service Data Source
Authentication parameters are not respected
FIXED
Desktop Designers
Graph designer does not get refreshed when the chart type is changed through the "Change Chart Type" dialog
FIXED
Standalone Report Designer
The Back button of the WebService Data source wizard does not work properly
FIXED
Web Designer
Collection items get renamed after closing the editor with Cancel
On property edit cancel the report dirty state is canceled
The expression editor for Graph's grouping expressions throws an exception.
CultureContext endpoint is missing in full .NET Framework
Web Designer fails to load in AspNetCoreDemo
FIXED
Paging
Error occurs when paging nested tables in specific cases
FIXED
Processing
Cannot compile .NET Core 3 WinForms project that uses enumerations which exist in both System.Windows.Forms and Telerik.Reporting assemblies.
Inset, outset, ridge and groove borders are not correctly displayed in .NET Core applications
FIXED
PDF Rendering
Text in documents created on Linux or MacOS is not copied correctly to clipboard
FIXED
WebForms Report Viewer (legacy)
Printing operation fails
FIXED
HTML5 Report Viewer
Changing the PageMode of the report viewer causes an error
Export icon has incorrect style in mobile view
Hiding the Send Email toolbar button is not respected in mobile view
Printing is not automatically triggered
Report viewer exposes an XSS vulnerability during export
Search highlighting is overridden by alternating style of row
Search results are highlighted only when the result is clicked twice
Selection of MultiValue parameter doesn't work in iOS 13.2
Splitter handlers have UI issues when Kendo SASS based theme is used
The Preview button is overlapping the parameter widgets when 'parametersAreaPosition' is set to 'top'
The target HTML element of the report viewer requires to have its ID attribute set
FIXED
Windows Forms Report Viewer
The first page cannot be printed when the report has too many pages
FIXED
WPF Report Viewer
Allow the report viewer theme to be set using resources for the current window instead of setting resources on application level
Telerik Reporting
- Microsoft .NET Framework 4
- .NET Standard 2.0
- .NET Core 3.0
Telerik.Reporting.Data.CubeDataSource
- Microsoft.AnalysisServices.AdomdClient (10.0.0.0 or later)
HTML5 Report Viewer
- Telerik Kendo UI (2015.3.1111 or later)
- jQuery (1.9.1 or higher if required by Kendo)
ASP.NET WebAPI REST Report Service
- Microsoft ASP.NET Web API (4.0.20710.0 or later) - Newtonsoft.Json (9.0.1 or later)
ServiceStack REST Report Service
- ServiceStack (3.9.70.0)
ASP.NET MVC Extension of the HTML5 Report Viewer
- Microsoft ASP.NET MVC Framework (4.0.20710.0 or later)
WPF Report Viewer
- Telerik UI Controls for WPF (2020.1.115.40)
Silverlight Report Viewer
- Telerik UI Controls for Silverlight (2020.1.115.1050)
Database cache ICache implementation
- Telerik Data Access ORM (2015.1.220.1)
.NET Core Reporting Engine
- SQLitePCLRaw.bundle_green (2.0.1 or later)
Only for V.I.P
Warning! You are not allowed to view this text.