Telerik Reporting R1 2017 (version 11.0.17.118) » Developer.Team

Telerik Reporting R1 2017 (version 11.0.17.118)

Telerik Reporting R1 2017 (version 11.0.17.118)
Telerik Reporting R1 2017 (version 11.0.17.118) | 72 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 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.

Telerik Reporting R1 2017 (version 11.0.17.118)

NEW
Tooltips

    All report viewers provide support for displaying tooltips in a report viewer’s native rendering technology.

NEW
Visual Studio 2017 Support

    We now experimentally support Visual Studio 2017, making sure your development experience will remain great when designing reports using the upcoming Microsoft IDE.

NEW
Report Book Design Support

    The updated ReportBook supports report sources and enables authoring within the Standalone Report Designer.

NEW
Advanced PageNumber and PageCount based on expressions

    We introduced advanced built-in PageNumber and PageCount functions allowing to reset the page number and count on any page based on the data. This allows for flexible page section content like separate page numbering for each group/item/section occurrence, “continues on next page” logic, simultaneous overall report book numbering and specific numbering inside each of its reports.

NEW
Table of Contents in Report Book

    All reports included in a Report Book can merge their Table of Contents sections into a single one that will be shown before or after the Report Book content.

NEW
Office2016 theme for WPF Report Viewer

    The WPF report viewer diversity of available themes have expanded with two new entries: Office2016 and Office2016Touch.

NEW
Collapsible Page Sections

    The empty space will be reclaimed from the main report content when page section is conditionally hidden.

NEW
User-friendly Report Server support for viewers and item templates

    The report viewers can connect to a report server instance in design time and obtain a list of available reports to choose from. The same applies when setting up a new report viewer using item templates.

CHANGED
API Changes: ReportBook

    The property Telerik.Reporting.ReportBook.Reports is now obsolete. Please use Telerik.Reporting.ReportBook.ReportSources property instead.
    The property Telerik.Reporting.ReportBook.ReportParameters is now obsolete. Please use Telerik.Reporting.ReportBook.Parameters property instead.
    The property Telerik.Reporting.ReportBook.PageSettings is now obsolete. Please use Telerik.Reporting.Report.PageSettings property instead. 

CHANGED
API Changes: IReportDocument

    The property Telerik.Reporting.IReportDocument.Reports is now obsolete. Please use Telerik.Reporting.IReportDocument.ReportSources property instead.
    The property Telerik.Reporting.IReportDocument.ReportParameters is now obsolete. Please use Telerik.Reporting.IReportDocument.Parameters property instead.
    The property Telerik.Reporting.IReportDocument.PageSettings is now obsolete. Please use Telerik.Reporting.Report.PageSettings property instead. 

CHANGED
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. 

FIXED
Designers

    Connection string textbox is hidden in the Configure SQL DataSource dialog for higher DPI
    Graph/Map/TocSection design-time styles are not updated when global styles or parent item styles are applied
    TocItem and TocTitle types appear in the TypeSelector Collection Editor

FIXED
Standalone Report Designer

    Style.Font.Name property default value is serialized in the report definition

FIXED
Visual Studio Designer

    Graph Series' DataPointLabel and LegendItem.Value properties are not stored in RESX files
    ItemTemplate wizard contains unnecessary "Embedded" option when adding a new item to a web application

FIXED
Sql Data Source

    Wizard force closes due to IVsDataProviderManager error

FIXED
Processing

    Graph item's Data point labels are not rendered for zero values
    Style property value is not overridden correctly from a global style when coinciding with the default property value

FIXED
Image Rendering

    Graph axis labels are clipped in Windows 8 or later
    HTML ordered list is not rendered correctly in Image format

FIXED
HTML5 Report Viewer

    An error occurs when the viewer is reloaded for a second time on the same page
    Document map nodes without any children appear with expand/collapse toggles.
    Report viewer's pages area incorrectly retains its scroll position although a new report/page is loaded
    Telerik Kendo UI sprite is not loaded when loading the local CSS template files of the viewer
    Viewer cannot be refreshed after viewer's client session has expired

FIXED
Windows Forms Report Viewer

    RefreshReport cancels rendering thread too late
    Rendering ReportBook fails when using TypeReportSource with REST service engine

FIXED
WPF Report Viewer

    RefreshReport cancels rendering thread too late
    Rendering ReportBook fails when using TypeReportSource with REST service engine
    The ZoomMode and ZoomPercent properties do not update

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 (2017.1.117.40)

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