Download Progress Telerik Reporting R1 2021 (15.0.21.120) Retail

Progress Telerik Reporting R1 2021 (15.0.21.120) Retail

Progress Telerik Reporting R1 2021 (15.0.21.120) Retail
Progress Telerik Reporting R1 2021 (15.0.21.120) Retail


JustDecompile is available for free download individually, or it can be purchased with priority support as a part of DevCraft - the most comprehensive HTML5 and .NET toolbox. JustDecompile is fast. In fact, really fast. When tested against the leading competitors, for .NET framework decompilation time, JustDecompile came out 10 times faster than the leading commercial decompiler. Try it and verify the results for yourself.

Gain access to the complete stack of products to help you build stunning apps twice as fast:

Over 420 UI controls for HTML5 and all .NET technologies
Five powerful productivity, code quality and debugging tools for faster development
Reporting and data access



Extensible
The JustDecompile API is open to the community. This means you can create your own JustDecompile extension and we will promote it in the growing Telerik community of 1,000,000+ developers. Among the extensions: Reflexil, for assembly editing and De4Dot, for deobfuscating obfuscated assemblies. Browse all available extensions on the Extensions Page. The JustDecompile Plugin Manager lets you easily download and administer your extensions right inside JustDecompile. You can download, install, uninstall, enable, disable, read license agreements or directly go to each plugins official website without ever exiting the JustDecompile UI.

Easy Assembly Management
JustDecompile quickly loads the core framework assemblies for .NET 2, .NET 3.5, .NET 4, .NET 4.5, .NET 4.5.1 WinRT Metadata and Silverlight. Loading the assemblies you want to browse is simple. Create your own custom Assembly Lists so that you dont have to load the same assemblies over and over again. JustDecompile is following all new developments in the .NET world. JustDecompile supports the new version of C# and the Windows Runtime cross-platform application architecture on Windows 8 (WinRT). Alongside WinRT support, JustDecompile now supports two new file formats APPX (which is used for packaging Windows 8 apps) and WinMD (WinRT meta data files). Plus, the Silverlight XAP decompilation works from both your local file system and the web.

Fast Code Navigation
The JustDecompile robust search method, quickly navigates to the code of interest. With the addition of Full Text Search, the search is even more comprehensive. Dialogues help you navigate to code symbols and types. Simply type the name of the object youre looking for, or take advantage of the CamelCase search.

Creates Visual Studio Projects
JustDecompile can create a Visual Studio project from a decompiled assembly. Export lost projects or obtain multiple classes without the need to copy and paste code. So youll never lose another project again.

One Engine, Three Tools
Combined with JustCode, JustDecompile allows you to decompile and navigate to code in project references. Plus, JustCode now offers the option to debug decompiled third party assemblies without ever leaving Visual Studio. Combined with JustTrace, JustDecompile will enable you to examine the source code of functions, youre profiling, right inside JustTrace even if the source code is not available.

View Decompiled Code in Tabs
With the JustDecompile tabs you can easily switch between different methods and assemblies in one JustDecompile instance. Easily see and compare the decompiled code of two different methods without leaving the user interface of your current JustDecompile instance.

Visual Studio Extension
You can decompile referenced assemblies in a Visual Studio project with the help of a JustDecompile context command, right from the Solution Explorer.

Extract Resources From Assemblies
You can save resources from assemblies by right clicking on the desired resource and saving it.

Usage Analysis
The Find Usages features will bookmark the usages of the currently selected code symbol in any of the loaded assemblies.

Command Line Support
JustDecompile has the ability to export code directly from the command prompt. For ease of use you can add %PROGRAMFILES(X86)%\Telerik\JustDecompile\Libraries to your Path environment variable. To generate the Visual Studio project for an assembly from the command prompt, use the command JustDecompile.exe [/lang:csharp] /out:[OutputDirectory] /target:[PathAndAssemblyName].

Integrate With Windows Explorer Context Menu
The JustDecompile Explorer context menu allows you to decompile an assembly after browsing to it in Windows Explorer, without having to open JustDecompile from the start menu.


Fastest Decompiler
JustDecompile is fast. In fact, really fast. When tested against the leading competitors, for .NET framework decompilation time, JustDecompile came out 10 times faster than the leading commercial decompiler. Try it and verify the results for yourself.


Progress® Telerik® Reporting R1 2021 (15.0.21.120)

January 20, 2021
NEW
.NET 5 Support for desktop viewers and REST service

Added support for .NET 5 in the WinForms and WPF report viewers as well as the REST service which they can use as a remote report generation engine.

NEW
Support for form type reports

Two major improvements aid the creation of form type reports: 1) allow the users to add and render an image as a background in the report designer; 2) allow the users to draw vertical lines or rectangles across one or more report sections.

NEW
Table context menu commands

Added List, Table, and Crosstab cell commands for inserting and deleting columns and rows, adding totals, adding or deleting groups and more. The commands are present in the Explorer's context menu for each cell.

NEW
What's Improved

Dynamic Height can be applied on page sections using Binding

CHANGED
What's Changed

The member Normal of the Telerik.Reporting.Drawing.WatermarkSizeMode enumeration is now obsolete and substituted with the Center member. The enumeration is used in the Telerik.Reporting.Drawing.PictureWatermark.Sizing property.
The Telerik.Reporting library build for .NET Standard 2.0 that all .NET Core apps reference now depends on the System.Text.Json NuGet package version 5.0.0 and its internal dependencies
TRDX, TRDP and TRBP files created by the Standalone Report Designer now use schema version http://schemas.telerik.com/reporting/2021/1.0
All web assets depending on the Kendo UI for jQuery suite (HTML5-based report viewers, Web report designer, Telerik Report Server) now require Kendo JS and themes version 2020.3.1118 or later.
ReportViewer's RadButtons are replaced with RadPathButtons

FIXED
Desktop Designers

The caption of the checkbox that determines whether to treat consecutive record separators as one in CSV data source wizard is incorrect.
TOC section is not rendered in Report Designer and "The operation was cancelled" text is shown instead.

FIXED
Standalone Report Designer

The DataSource instances in InstanceReportSource's ReportDocument are incorrectly serialized
The title of the base wizard form shows incorrect text

FIXED
Visual Studio Designer

The VS WebReportDesigner item template for .NET Core is listed under .NET Framework projects as well

FIXED
Web Designer

Crosstab Wizard, Table Wizard and Charts' styles are broken
Exception is thrown when some of the Table/Crosstab nodes are selected in the Explorer tab
Opening a report containing ObjectDataSource with parameters throws an exception
Web Report Designer item template does not add Trial packages when used in a .NET Core project
Previewing data in the WebServiceDataSource wizard with .NET Framework backend throws '404 Not Found'
Changing the data source in the CSV data source wizard from external file to inline data is not saved in the definition
ReportExplorer tab does not display text when jQuery 3.5.1 or later is used
ReportParameter.AvailableValues Filters and Sortings collections throw errors in console
The DisplayMember and ValueMember properties in report parameters' AvailableValues display incorrect DataSource
When using the Table Wizard in the WebReportDesigner, after selecting a DataSource for the table, the column names don't appear

FIXED
Examples

Connection strings in .NET Core examples are not the same as the selected from user during install
The SalesOrderDetails demo report has its report parameter name misspelled

FIXED
Paging

One or more pages are missing from the end of the rendered document in some specific cases of multiple Tables nesting within Panel
PageHeader Height Binding may result in compromised paging

FIXED
Data Binding

The JsonDataSource data is not refreshed when its data source is modified through Bindings in a nested data item

FIXED
Rendering

Shape-based report items do not use Style.LineColor to draw their shape primitives

FIXED
PDF Rendering

PDF documents containing SVG files cannot be opened in Adobe Acrobat or Adobe Acrobat Reader
Vector-based SVG rendering does not support transformations on nested elements
Vector-based SVG rendering doesn't respect viewbox offset
Vector-based SVG rendering is performed incorrectly when the machine's DPI is greater than 100%

FIXED
WebAPI ASP.NET Core

Applications targeting .NET 5 throw a BinaryFormatter exception "Incorrect value (null) deserialized"

FIXED
HTML5 Report Viewer

Zooming-in makes the report content smaller when PageMode is set to SinglePage

FIXED
MVC Report Viewer

The default scale mode is incorrect

FIXED
Web Forms HTML5 Report Viewer

The default scale mode is incorrect

FIXED
WPF Report Viewer

Background of combobox in Toolbar is missing in Crystal theme

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 for .NET 5
- Telerik UI Controls for WPF (2021.1.119.50) targeting .NET Core 5.0

WPF Report Viewer for .NET Core
- Telerik UI Controls for WPF (2021.1.119.310) targeting .NET Core 3.1

WPF Report Viewer for .NET Framework
- Telerik UI Controls for WPF (2021.1.119.40)

Silverlight Report Viewer
- Telerik UI Controls for Silverlight (2021.1.119.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.