Telerik Reporting R3 2016 (version 10.2.16.914) with Source and Manual » Developer.Team

Telerik Reporting R3 2016 (version 10.2.16.914) with Source and Manual

Telerik Reporting R3 2016 (version 10.2.16.914) with Source and Manual
Telerik Reporting R3 2016 (version 10.2.16.914) with Source and Manual | 89 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 R3 2016 (version 10.2.16.914)

Built-in Table of Contents
NEW
Create Table of Contents that is fully interactive in all Report Viewers and navigation-enabled to particular listed items. TOC is interactive in both exported PDF and Word documents.
Custom Interactivity Actions
NEW
A new custom action and handlers enable you to invoke custom application logic, create tooltips or apply additional styling.
PDF Security
NEW
PDFs are the most commonly used type of documents in business and some are intended to be confidential. We’ve built-in the ability to export password-protected PDF documents. No one can even view the PDF document without the password.
Improved Performance
NEW
In our constant quest for faster report rendering, in this release we have improved the overall performance up to 25% in all supported document formats.
Private Fonts Built-in Support
NEW
Private Fonts in all rendering extensions and most viewers are now available. You don’t need to install a font on the server or cloud instance in order to use it in a report.
Comprehensive Report Viewer Events
NEW
More control is now possible while the report is being displayed, exported, or printed from the report viewer controls. For example, you may modify the prepared document before reaching the end user or cancel the initiated operation.
Printing on Continuous Paper
NEW
We’ve added support for continuous feed printers. You can use it with all types of printers, including the matrix ones.
Containers CanShrink Property
NEW
CanShrink property for the panel and the report section container items is now available. If the container’s content is hidden or shrunk, when turned on the container will collapse accordingly.
Better Precision
NEW
Rendering hundreds pages of reports may cause an accumulation of floating point errors, which result in an unexpected layout. In order to avoid this now the reporting layout engine works with discrete precision of 10 micrometers.
Improved ObjectDataSource Security
NEW
We have improved the ObjectDataSource security so now can resolve only types that are declared either in the current report's assembly or in the application configuration file.
Standalone Report Designer inline preview for reports hosted on Report Server
NEW
Now the reports that are hosted on a Report Server instance can be previewed directly in Standalone Report Designer without opening them in a browser window.
CSV Data Source
CHANGED
Inline source is now kept outside the XML report definition for TRDP reports
Expressions
CHANGED
The special "LocationProvider" expressions, available for PointMapSeries are now renamed to "Location" for consistency
Common Breaking Changes
CHANGED
When using ObjectDataSource component, it is now mandatory to declare the assembly that contains the used types in AssemblyReference section
Page break on hidden section is now neglected
Binding expressions with static value for Size and Location properties now use InvariantCulture list separator - comma (,). For example: ="2cm, 1cm"
The property Telerik.Reporting.Drawing.Style is now obsolete. Please use GetStyle() and SetStyle() extension methods instead
Windows Forms Viewer Breaking Changes
CHANGED
The event CancelEventHandler PrintBegin is now deprecated. Please use PrintBeginEventHandler PrintBegin instead.
The event EventHandler PrintEnd is now deprecated. Please use PrintEndEventHandler PrintEnd instead.
The event CancelEventHandler RenderingBegin is now deprecated. Please use RenderingBeginEventHandler RenderingBegin instead.
The event EventHandler RenderingEnd is now deprecated. Please use RenderingEndEventHandler RenderingEnd instead.
The method OnPrintBegin(CancelEventArgs) is now obsolete. Please use OnPrintBegin(PrintBeginEventArgs) instead.
The method OnPrintEnd(EventArgs) is now obsolete. Please use OnPrintEnd(PrintEndEventArgs) instead.
The method OnRenderingBegin(CancelEventArgs) is now obsolete. Please use OnRenderingBegin(RenderingBeginEventArgs) instead.
The method OnRenderingEnd(EventArgs) is now obsolete. Please use OnRenderingEnd(RenderingEndEventArgs) instead.
WPF Viewer Breaking Changes
CHANGED
The event CancelEventHandler PrintBegin is now deprecated. Please use PrintBeginEventHandler PrintBegin instead.
The event EventHandler PrintEnd is now deprecated. Please use PrintEndEventHandler PrintEnd instead.
The event CancelEventHandler RenderingBegin is now deprecated. Please use RenderingBeginEventHandler RenderingBegin instead.
The event EventHandler RenderingEnd is now deprecated. Please use RenderingEndEventHandler RenderingEnd instead.
The method OnPrintBegin(CancelEventArgs) is now obsolete. Please use OnPrintBegin(PrintBeginEventArgs) instead.
The method OnPrintEnd(EventArgs) is now obsolete. Please use OnPrintEnd(PrintEndEventArgs) instead.
The method OnRenderingBegin(CancelEventArgs) is now obsolete. Please use OnRenderingBegin(RenderingBeginEventArgs) instead.
The method OnRenderingEnd(EventArgs) is now obsolete. Please use OnRenderingEnd(RenderingEndEventArgs) instead.
Common
FIXED
TRDX report definition cannot be converted directly into TRDP, if the report contains resources
Designers
FIXED
Label Wizard does not let paper to be selected
Watermark properties are not serialized correctly
Cannot undo/redo Page Settings
Watermark undo operation fails which disables the Reset operation in the Property window
The Navigate to Report action report parameters are not populated when using TRDP report definition
Standalone Report Designer
FIXED
Lock, Publish and Revert commands remain disabled when the username is entered with a different letter case
Insert table row from ribbon menu inserts a column
Processing
FIXED
Empty collection property used as data source causes 'Index was outside the bounds of the array' error
GraphMapSeries datapoints (nested graphs) are not rendered
Graph item's Legend is not displayed when its Position is Absolute
Location and Size properties' expressions use the machine culture's List separator instead of comma (,)
The Map item doesn't calculate the world bounds correctly when the extent spans exactly the whole world and TileProvider is not used
Paging
FIXED
KeepTogether is not respected in some Table layouts
Table is not rendered correctly if there is horizontal paging in the report document
Incorrect paging of leading PageBreak in nested report
Rendering
FIXED
RendererNotAvailableException: ReportProcessor.RenderReport cannot be executed with a custom rendering extension in a multithread application
HTML Rendering
FIXED
Axis labels with font size set in pixels are not aligned correcly in HTML5 Viewer
XAML Rendering
FIXED
Invalid HTML in HtmlTextBox item causes error in the Silverlight XAML rendering
PowerPoint Rendering
FIXED
Additional lines after
elements in HtmlTextBox exported in PPTX format
Services
FIXED
'Document not found' error when executing a toggle visibility action in a web farm scenario
Report Viewer
FIXED
WinForms and WPF viewers' Refresh button remains disabled when the report cannot be resolved
Web Forms HTML5 Report Viewer
FIXED
RenderingEnd event is not firing
Windows Forms Report Viewer
FIXED
Memory leak when exporting documents
Add option for using Windows credentials with RestService engine for desktop viewers
Print, Rendering and Export events seem to have inconsistent arguments
WPF Report Viewer
FIXED
Memory leak when exporting documents
WebForms Report Viewer
FIXED
'Object reference not set to an instance of an object' error on configuring ReportSource via 'Load Report' dialog
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.3.914.40)

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