Completed
Last Updated: 08 Feb 2019 09:29 by ADMIN

While processing, if Barcode item throws an exception (for example "Barcode is too large to fit!"), the report's Error event is not fired.

 

Completed
Last Updated: 07 Feb 2019 12:37 by ADMIN

In Standalone designer, when the Localizable of the Report is set to True and a new Language is selected, there is an "Object reference not set to an instance of an object" error.

Workaround: save the document after changing the culture/language, close the report, and then re-opening the saved report in the designer.

Unplanned
Last Updated: 29 Jan 2019 09:17 by ADMIN

Telerik.ReportViewer.Mvc.SendEmail class in Telerik Reporting ASP.NET MVC does not contain fields "Cc", "Subject", "Body" (https://docs.telerik.com/reporting/t-telerik-reportviewer-mvc-sendemail)

But JS documentation dontains such fields (https://docs.telerik.com/reporting/html5-report-viewer-jquery-fn-telerik-reportviewer#sendEmailOption).

I'm using the latest version of kendo ui and telerik reporting.

Unplanned
Last Updated: 24 Jan 2019 12:20 by ADMIN
This will enable Reports in a Report Book to be represented in different TOC levels, i.e. if it is necessary to have some of the reports to be in an inner level of main Report Book TOC they could be grouped in a separate Report Book, and the latter could be included as ReportSource in the main Report Book.
Completed
Last Updated: 22 Jan 2019 13:54 by ADMIN
Created by: Dmytro
Comments: 2
Category: Reporting
Type: Bug Report
1

Telerik.Reporting.OpenXmlRendering.2.7.2.dll from the latest release (R1 2009) references the from version of DocumentFormat.OpenXml. See the screenshot:

Here the screenshot for the prev version (R3 2018 SP2):

Because of this our projects referencing DocumentFormat.OpenXml 2.8.1 (the latest version) are all broken. Xlsx rendering simply does not work anymore.

Unplanned
Last Updated: 22 Jan 2019 12:38 by ADMIN

In general, the Page sections do not collapse or expand based on their content. Also the report header and group header sections span the width of the column.

It would be nice if, for example, have another section that either could expand/collapse based on the content and do not be affected by the report's page settings.

Unplanned
Last Updated: 22 Jan 2019 09:15 by ADMIN
When opening the Edit Expression dialog, the state between HTML view and Design view is lost when using build-in functions, but it keeps the value if it is a simple text with formatting.
Completed
Last Updated: 16 Jan 2019 14:26 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: Reporting
Type: Feature Request
2
Add the new Crystal theme to the theme ResourceDictionaries available for the WPF and Silverlight ReportViewers. 
Completed
Last Updated: 16 Jan 2019 14:24 by ADMIN
I would like the end user to be able to resize the DocumentMap and if possible the Parameters Area.
Many times when the names are long they are cut off.
Many of my user will have clients will have similar names like law firms with a particular attorney name appended.

Example:
LAW FIRM OF DOUCHE AND BAG - JAMES SMITH ESQ
LAW FIRM OF DOUCHE AND BAG - KIM JONES

With the current implementation it would be cut off before you could see the end of the name.
LAW FIRM OF DOUCHE AN
LAW FIRM OF DOUCHE AN

This requires them to use the scroll bar back and forth instead of resizing the area like the old webforms viewer.
Please see picture for references.
Also if there was an option for the names to have tooltips so they could just hover that would be helpful.

The parameter map at least will wrap the names that are long it’s the DocumentMap that is the bigger problem.
Thanks John
Completed
Last Updated: 16 Jan 2019 14:23 by ADMIN
Created by: HCP4
Comments: 2
Category: Reporting
Type: Feature Request
5
When in Print Preview, allow the user to view more than one page at a time. Maybe using the zoom out or mouse wheel to show more and zoom in to show less.

Thanks!
Declined
Last Updated: 16 Jan 2019 09:41 by ADMIN
Created by: Rob
Comments: 2
Category: Reporting
Type: Feature Request
0
I need to contract the services of a developer that is really good at Telerik Reporting - I am having an extremely hard time finding such a person - can you help?
Unplanned
Last Updated: 21 Dec 2018 06:54 by xclirion
Created by: xclirion
Comments: 1
Category: Reporting
Type: Feature Request
2

As for now, from the supported rendering extensions, only the PDF renders a document map as Bookmarks pane. All other rendering extensions ignore document maps.

It would be nice to have Document Map in Word documents too.

Unplanned
Last Updated: 18 Dec 2018 21:36 by n/a

Currently the query builder (in the Report Designer) cannot automatically build queries if there are multiple separate relationships connecting two tables.

Here's an example:

Table A: Orders

  • OrderID
  • ShippingAddressID (FK => AddressID)
  • BillingAddressID (FK => AddressID)
  • ...

Table B: Addresses

  • AddressID
  • AddressLine1
  • ...

If both tables are selected in the query builder, you will get the following columns:

  • OrderID
  • ShippingAddressID
  • BillingAddressID
  • AddressID
  • AddressLine1
  • ...

In other words, only one copy of the address data is pulled in, despite the two separate FK relationships. I would expect something like the following:

  • OrderID
  • ShippingAddressID
  • BillingAddressID
  • ShippingAddressID_AddressID
  • ShippingAddressID_AddressLine1
  • BillingAddressID_AddressID
  • BillingAddressID_AddressLine1
  • ...

We ran into this issue because we are using Telerik Reports to provide reporting for a data warehouse, and we have multiple relationships in our "table A" pointing to a date dimension (our "table B"). The current workaround for this is to write your own SQL queries instead of relying on the query builder, but we would like for our business users to be able to create reports on their own, and they don't know SQL.

Unplanned
Last Updated: 13 Dec 2018 09:59 by ADMIN

Allow the WPF viewer theme to be set using resources for the current window instead of setting resources on application level. Now the theme can be set using <Window, but this approach will not work for the Search window, which is a separate window and therefore fails to resolve its styles.

Unplanned
Last Updated: 29 Nov 2018 09:08 by ADMIN
Created by: Silviya
Comments: 1
Category: Reporting
Type: Feature Request
4
Several community members asked about a Report Viewer suitable for Vue.js applications.

We will appreciate your feedback in this feature request. You can leave a comment with details about functionality requirements for a Vue.js Report Viewer e.g. initial setup, updates of the displayed report and ways of passing report parameters' values.

Thank you.
Declined
Last Updated: 19 Nov 2018 14:02 by ADMIN
Created by: Marc
Comments: 1
Category: Reporting
Type: Feature Request
0

Hello,

 

A ReportViewer control compatible with the Kendo Angular UI Framework (not the Kendo Jquery..).
When importing the css files into a project using the new Kendo angular UI framework (ngx) a lot of the components
of kendo are getting broken.

Or is there some workaround?

 

Best regards

Marc

Unplanned
Last Updated: 19 Nov 2018 11:50 by ADMIN

When a report with a document map is reloaded due to parameter change, the currently selected position in document map tree is lost and the current page number is reset to 1. Preserving the page number does not make sense, because changing a parameter may change the rendered pages count, hence there is no guarantee that the same page number will correspond to the previously examined page.

However, the viewer can persist the currently selected items hierarchy in the document map tree and try to select the same nodes after the report is reloaded. This would be particularly useful in Report Book scenarios where the book will navigate to the same report once the parameters are changed.

 

Steps to reproduce the problem:

1. Open the Report Book demo.

2. Navigate to Dashboard report by clicking the third item in the Document Map pane.

3. Change a report parameter, i.e. select 2002 in the Year parameter editor.

4. The viewer reloads the report book and navigates to its first page, clearing the highlighted items in Document Map pane.

Completed
Last Updated: 11 Nov 2018 20:36 by Mhd.Ahd
Created by: KV
Comments: 3
Category: Reporting
Type: Feature Request
4
Reporting webapi to support asp.net core
Completed
Last Updated: 25 Oct 2018 11:01 by ADMIN
Created by: Pierre-Yann
Comments: 1
Category: Reporting
Type: Feature Request
1
With a complex DataModel structure, when interface is used, interface inheriting from other interface become a must.

Unfortunately, this don't work with ObjectDataSource, as it only look at its level for properties, not in parent.

Properties collecting should be done like this:


var properties = typeof(IFoo).GetProperties().Union(typeof(IFoo)                             .GetInterfaces().SelectMany(t => t.GetProperties()));


Unplanned
Last Updated: 05 Oct 2018 12:08 by Martin
Please add support for signing PDFs with a certificate stored on a hardware token, for example on a Qualifies Signature Creation Devices (QSCD) as defined by the EU law known as EIDAS, using a native platform way (on Windows this might mean through the Certificate.msc store).