New to Telerik Reporting? Download free 30-day trial

R1 2017 Changes and Dependencies

This article explains the manual changes required when upgrading to Telerik Reporting R1 2017 (11.0.17.118).

HTML5 Report Viewer

The new Tooltips functionality requires additional Kendo UI dependency. This dependency is included in the new Kendo UI subset bundle.

<!--
If Kendo CDN is used with the minimum required widgets only. You should add the following one:
<script src="https://kendo.cdn.telerik.com/2015.3.930/js/kendo.tooltip.min.js" /script>
-->

If the Telerik HTML5 Report Viewer Kendo UI subset is used and it's not modified the Upgrade Wizard will replace the subset with the newer one that includes the new dependency.

For manual upgrade the required subset telerikReportViewer.kendo-11.0.17.118.min.js is located in %programfiles(x86)%\Telerik\Reporting R1 2017\Html5\ReportViewer\js.

API Breaking Changes

Reporting

The property Reports is now obsolete. Please use ReportSources property instead.

The property ReportParameters is now obsolete. Please use Parameters property instead.

The property for internal use only PageSettings is now obsolete. Please use PageSettings property instead.

The property Reports is now obsolete. Please use ReportSources property instead.

The property ReportParameters is now obsolete. Please use Parameters property instead.

The property for internal use only PageSettings is now obsolete. Please use PageSettings property instead.

Changes

Page Sections Behavior

When hidden, a page section (both PageHeader and PageFooter) will no longer reserve their space. Instead, their space gets collapsed, so that it gets used by the rest of the report content. More info in Understanding Rendering Behaviors.

Standalone Report Designer

TRDX and TRDP files created by the Standalone Report Designer use schema version http://schemas.telerik.com/reporting/2012/4.2.

WPF Report Viewer Dependencies

The viewer is build with Telerik UI Controls for WPF 2017.1.117.40. If you are using a newer version consider adding binding redirects. For more information see: How to Add report viewer to a WPF .NET Framework project.

Silverlight Report Viewer Dependencies

The viewer is build with Telerik UI Controls for Silverlight 2017.1.117.1050.

Dependencies

HTML5 Report Viewer Dependencies

The HTML5 Report Viewer depends on the following libraries:

  • Telerik Kendo UI (2015.3.930 or later)

  • jQuery (1.9.1 or later)

WPF Report Viewer Dependencies

If you connect to a REST service or Report Server instance, you have to install the Microsoft ASP.NET Web API Client v.4.0.30506 NuGet package. Installing a newer version would require upgrading the project's target framework.

WinForms Report Viewer Dependencies

If you connect to a REST service or Report Server instance, you have to install the Microsoft ASP.NET Web API Client v.4.0.30506 NuGet package. Installing a newer version would require upgrading the project's target framework.

ASP.NET WebAPI REST Report Service Dependencies

The ASP.NET WebAPI REST Report Service requires the following assemblies:

  • Microsoft ASP.NET Web API (4.0.20710.0 or later)

  • Newtonsoft.Json (4.5.11.15520 or later)

ServiceStack Report Service Dependencies

The ServiceStack Report Service uses ServiceStack (3.9.70.0):

CubeDataSource Dependencies

If you are using CubeDataSource, the version of your Microsoft.AnalysisServices.AdomdClient should be 10.0.0.0 or later.

Database Cache Provider Dependencies

If you are using Database Cache Provider, the version of your Telerik Data Access ORM should be 2015.1.225.1 or later.

In this article