Telerik Reporting Q1 2016 (version 10.0.16.113) Retail » Developer.Team

Telerik Reporting Q1 2016 (version 10.0.16.113) Retail

Telerik Reporting Q1 2016 (version 10.0.16.113) Retail
Telerik Reporting Q1 2016 (version 10.0.16.113) Retail | 73 Mb


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 don’t 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 you’re 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 you’ll 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, you’re 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.


Telerik Reporting Q1 2016 (version 10.0.16.113)

January 13, 2016
Common
NEW

    HTML5 report viewer integration with Telerik Report Server
    ASP.NET MVC report viewer integration with Telerik Report Server
    HTML5 ASP.NET WebForms report viewer integration with Telerik Report Server
    Added support for custom authentication token in HTML5-based viewers
    Added OpenClientDataSource component enabling to feed report data items from OpenEdge AppServer ABL procedures
    Green theme added to the WPF report viewer
    Standalone Report Designer Options backstage menu now supports adding connection strings manually
    Location's latitude and longitude are accessible as fields for data points on PointMapSeries when using a location provider
    Improved installer performance. Now the installation requires less time to complete.

Report Designers (Visual Studio Integrated and Standalone Report Designer)
NEW

    New: Expression builder lists most used ReportItem properties

Standalone Report Designer
FIXED

    Fixed: The Stop button in the Preview does not cancel rendering correctly

Visual Studio Integrated Report Designer
FIXED

    Fixed: Current stored procedure is not correctly selected when configuring existing SqlDataSource with the data source wizard

SqlDataSource
FIXED

    Fixed: ORAOLEDB.ORACLE data provider throws 'OleDbCommand.Prepare requires all variable length parameters to have an explicitly set non-zero Size' error on selecting the SqlDataSource from a Table wizard
    Fixed: Report parameter's values are not sent correctly to an Oracle stored procedure with sys_refcursor out parameter

Excel Rendering
FIXED

    Fixed: Specific items cause unnecessary merged cells in Excel

HTML5 Rendering
FIXED

    Fixed: The processing error message is not styled correctly

PPTX Rendering
FIXED

    Fixed: Default viewer proofing language is not used for editing

Word Rendering
FIXED

    Fixed: HtmlTextBox lists have incorrect styling

Report Viewers
FIXED

    Fixed: Strings entered in the report parameter UI are evaluated as expressions

HTML5 Report Viewer
FIXED

    Fixed: The HTML5 viewer doesn't navigate back to previous history step correctly when the report source is set to null

HTML5 ASP.NET WebForms Report Viewer
FIXED

    Fixed: The parameters and document map areas remain collapsed when the report source is changed on a postback
    Fixed: The ReportSource property cannot be set to null on a postback event

WPF Report Viewer
FIXED

    The history navigation doesn't work correctly when setting ReportSource

WinForms Report Viewer
FIXED

    The history navigation doesn't work correctly when setting ReportSource

Product Dependencies

Telerik Reporting
- Microsoft .NET Framework 4

Telerik.Reporting.Data.CubeDataSource
- Microsoft.AnalysisServices.AdomdClient (10.0.0.0 or later)

HTML5 Report Viewer
- Telerik Kendo UI (2013.2.918 or later) - jQuery (1.9.1 or later)

ASP.NET WebAPI REST Report Service
- Microsoft ASP.NET Web API (4.0.20710.0 or later) - Newtonsoft.Json (4.5.11.15520 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 (2016.1.112.40)

Silverlight Report Viewer
- Telerik UI Controls for Silverlight (2016.1.112.1050)

Database cache ICache implementation
- Telerik Data Access ORM (2015.1.220.1) 


[/b]

[b] Only for V.I.P
Warning! You are not allowed to view this text.
SiteLock