Completed
Last Updated: 13 Aug 2020 12:41 by ADMIN
Release R2 2020
Created by: Daniel
Comments: 2
Category: Reporting
Type: Feature Request
5
When using a custom IReportResolver, it gets invoked to resolve the main report but does not get called for any sub/child report. This generates inconsistent handling of the report resolve and also makes it hard to have a single repository for report templates.
Unplanned
Last Updated: 06 Aug 2020 08:13 by ADMIN

When there are both ASCII characters and non-ASCII characters (such as Chinese) in the text box, the position of line wrapping in Linux Docker is incorrect. Some of the data get lost.

More information can be found in the forum thread TextBox's line wrap position is incorrect in docker.

Unplanned
Last Updated: 05 Aug 2020 08:47 by ADMIN
Created by: ADRIANO
Comments: 0
Category: Reporting
Type: Feature Request
1

Sometime the design of the report is too complex (the graphic design) and using a table for suppressing repeating values is not possible.

It would be really nice to have the Suppress if duplicated property in the textboxes so as to be able to use it in the detail band, also it should repeat it only on the first detail of a new page.

 

Unplanned
Last Updated: 31 Jul 2020 11:02 by ADMIN
In the attached screenshot the Minimum value of '-0.3' is not displayed on the X-axis. The issue is reproducible with some values but cannot be reproduced with others, for example with Minimum of '-0.2' in the same report. The sample report is attached.
Unplanned
Last Updated: 31 Jul 2020 08:43 by ADMIN
Created by: Andreas
Comments: 1
Category: Reporting
Type: Feature Request
3

It would be nice to add a network graph to one of the available chart types. Below is an example of what I am referring to. 

Completed
Last Updated: 30 Jul 2020 09:43 by ADMIN

When Windows display scaling is set to 150%, the stand-alone report designer causes the resulting Excel Worksheet export to shrink from its expected layout.

Steps to reproduce:

  1. Set display scaling to 150% in Windows Display Settings
  2. Start the standalone Telerik Report Designer and open the Invoice example report
  3. Preview the report for order SO51081 and export to "Excel Worksheet"
  4. Open the report in Excel.
    Issue:
    Its formatting is not as expected, note the contact name is cut off and overall the output is squished together.
  5. Close the Telerik Report Designer
  6. Set display scaling to 100% in Windows Display Settings
  7. Repeat steps 2 through 4 and note the improved rendering of the Excel Worksheet at standard display DPI.

I've attached my XLSX file results for 150% scaling and 100% scaling to show the problem.

I would not expect my display settings to alter the export of Excel Worksheet files in the Telerik Report Designer application.

150%:

100%:


Planned
Last Updated: 29 Jul 2020 09:49 by ADMIN

If the HTML5 Report Viewer gets hidden on renderingBegin(e, args) event and shown on renderingEnd(e, args) event, its toolbar is shown, but the contents are still invisible.

Code snippet that demonstrates the issue:

$("#reportViewer1")
    .telerik_ReportViewer({
		... initialization script goes here
        renderingBegin: function (e, args) {
           $("#reportViewer1").hide();
        },
        renderingEnd: function (e, args) {
           $("#reportViewer1").show();
        }
    });

Unplanned
Last Updated: 28 Jul 2020 16:05 by ADMIN
When you open a report in the HTML 5 Report Viewer with the default ListView parameter editors, and you have parameters that filter based on other selected parameters, deselecting the last parameter does nothing. See the linked video for the issue. The ComboBox parameter editors work correctly.
Completed
Last Updated: 24 Jul 2020 16:35 by Bernard
Release 2020 R2 (Latest Internal Build)
Created by: Bernard
Comments: 1
Category: Reporting
Type: Bug Report
0

Standalone Report Designer is not localized when the trdp file is opened. The localization only takes effect when the executable file is started first and then the report is opened. 

Reproducible in R2 2020 14.1.20.513

Completed
Last Updated: 23 Jul 2020 15:41 by Tony
Release 2020 R2
Created by: Chirag
Comments: 29
Category: Reporting
Type: Feature Request
38
It would be good if the table headers can be frozen.  This can  be really useful in case of a big report which is displayed on a single page.
Unplanned
Last Updated: 23 Jul 2020 10:06 by ADMIN
Created by: Samuel
Comments: 1
Category: Reporting
Type: Feature Request
2

For conditional sorting I use a formula like this:

=IIF(Parameters.SortBy.Value = 1, Fields.id,
 IIF(Parameters.SortBy.Value = 2, Fields.name, Fields.value))

 

This works perfect.

 

Now I would like to do the same with the sortings direction! Something like:

=IIF(Parameters.SortOrder.Value = NULL, ASC, IIF(Parameters.SortOrder.Value >= 0, ASC, DESC))

 

Sadly, the Direction-Field/Dropdown does not support formulas.

 

Unplanned
Last Updated: 22 Jul 2020 08:39 by ADMIN
Created by: Neli
Comments: 0
Category: Reporting
Type: Feature Request
2
Please, add an option to use Turkish Characters as Åž,Ü,İ in QR code and other barcodes.
Declined
Last Updated: 20 Jul 2020 06:30 by ADMIN
I have encountered this problem numerous times but I will list one of them.  When printing a weekly schedule in the format of a calendar, the days of the week print top to bottom when the desired layout should be L to R.  

We have resorted to various hacks to get this to work, but this is another feature of ***(which we are converting from) that is not supported in Telerik Reporting.

It would be nice if there was an OPTION to flow L to R as opposed to Top to Bottom.
Planned
Last Updated: 16 Jul 2020 12:28 by ADMIN

Hello, 

 

I currently have a WebServiceDataSource in my report using a POST Method, a Body and a Parameter for Content-Type.

However, if I try to add a second WebServiceDataSource with a Content-Type parameter it throws an error saying that the Name already exists.

See the following screenshot for a visual reference.

 

Under Review
Last Updated: 16 Jul 2020 11:59 by ADMIN
Created by: Eli
Comments: 17
Category: Reporting
Type: Feature Request
26
We display data inside an HtmlTextBox that was entered using the RadEditor.  It would be great if the Reporting HtmlTextBox could be brought much closer or even in line with tag support as the editor.  We are frequently running into issues with uncommon tags (that we strip out for the HtmlTextBox) and also with spacing being different.  We work around the issues we have, but continuing increased tag support or auto stripping of unsupported tags would be very appreciated.
Completed
Last Updated: 14 Jul 2020 19:09 by Thomas
Created by: Thomas
Comments: 2
Category: Reporting
Type: Bug Report
2

If during the report rendering stage, one or more of the required entities in the File storage were removed/deleted by third-party software, it will prevent the report from finishing the rendering and throws a NullRefereceException:

System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.Reporting.Services.Engine.Document.AddClientToolTipsResource(IList toolTips)
   at Telerik.Reporting.Services.Engine.Document.FinishRendering(ReportRendererResult result)
   at Telerik.Reporting.Services.Engine.ReportEngine.RenderReportDocument(String pendingRenderingId)
   at Telerik.Reporting.Services.Engine.TaskQueue.WorkerThread.ProcessItems()
   at Telerik.Reporting.Services.Engine.TaskQueue.WorkerThread.ThreadProc()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()]

Unplanned
Last Updated: 13 Jul 2020 08:32 by ADMIN
Created by: sisindry
Comments: 2
Category: Reporting
Type: Feature Request
4

Hi Telerik Team,

 

We are having report parameters up to 30. For better UX we need to group parameters into sections. Please add this feature.

 

Attached is an example of what we want to achieve.

Under Review
Last Updated: 10 Jul 2020 06:16 by ADMIN
I am using a Table in the Details section of the Report. When having multiple (2) Cells selected and then clicking on the 3-dots-Button at backgroundimage->imagedata in the properties inspector the IDE freezes for a very long time (more than a minute). 
Unplanned
Last Updated: 09 Jul 2020 12:23 by ADMIN
Created by: KTJIT
Comments: 1
Category: Reporting
Type: Bug Report
0

In Visual Studio Report Designer Preview, Use https://play.google.com/store/apps/details?id=com.teacapps.barcodescanner and other apps to scan the barcode(such as attachment Visual Studio Report Designer Preview.png), but after exporting the PDF, The first barcode scan is correct, the result of the second barcode scan is the content of the first barcode(such as attachment Exported PDF.png), Attachment BugDemo.zip is my project, How can I fix this problem, thanks.

 

 

Completed
Last Updated: 07 Jul 2020 10:06 by ADMIN
Release 2020 R2
In some cases, the error "Child doesn't implement ITableCell" can be thrown when the EnableAccessibility property of the viewer is set to true. To avoid it, set EnableAccessibility to False.