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
27
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.
Unplanned
Last Updated: 06 Jul 2020 08:59 by ADMIN
Created by: Siva
Comments: 0
Category: Reporting
Type: Bug Report
2

Sometimes the following unexpected behavior can be observed with the WinForms report viewer.

Steps to reproduce:

1. Run the WinForms application;

2. Select a value for the parameter and click on Preview.

The window's size is decreased.

Under Review
Last Updated: 01 Jul 2020 08:57 by ADMIN
Created by: Pete
Comments: 2
Category: Reporting
Type: Feature Request
1

The Telerik.ReportViewer.Wpf NuGet package does not contain all the dependent UI for WPF assemblies. I cannot use the UI for WPF NuGet packages without also having a license.

It would be nice if the WPF Report Viewer NuGet package included all the dependent UI for WPF assemblies.

Unplanned
Last Updated: 30 Jun 2020 14:37 by SL
Created by: Chirag
Comments: 6
Category: Reporting
Type: Feature Request
32
It would be good a maintain the scroll position on the parent page while navigating back from a drill-through report (using the back button of the report viewer) specially if the parent page contains a vertical scrollbar. This would enhance the user experience and eliminate the need to scroll back to the original position.
Under Review
Last Updated: 30 Jun 2020 13:26 by ADMIN
When i use "MultiSelectEditor" with parameters that have MultiValue set to true and have provided AvailableValues, it doesn't handle them. Only when i use those parameters with "MultiValueEditor" then it handles them even though "MultiValueEditor" is used with parameters that have not provided AvailableValues.
Unplanned
Last Updated: 29 Jun 2020 07:55 by ADMIN
Created by: Pete
Comments: 0
Category: Reporting
Type: Bug Report
1

When displaying a report in the WPF Report Viewer, with a TextBox in the page Footer, using the Expression:

= Format("Page: {0} of {1}", PageNumber("groupPerson", Fields.PersonId), PageCount("groupPerson", Fields.PersonId))

The whole report is displayed and printed correctly.

When a single page is printed, for example: Page 3 of 5, using the Print Dialog, the page number is incorrectly printed as: Page 3 of 1

Planned
Last Updated: 25 Jun 2020 15:06 by ADMIN
The MsSqlServerStorage class uses a hard-coded string "TR" for its ApplicationName attribute in the connection string. This hard-coded string should be configurable and should not overwrite already existing ApplicationName attribute, if set.
Unplanned
Last Updated: 22 Jun 2020 12:28 by ADMIN
Created by: Sam
Comments: 0
Category: Reporting
Type: Feature Request
1
Please, add an option that would allow the direct usage of Entity DataSource in .NET Core.
Unplanned
Last Updated: 19 Jun 2020 14:47 by ADMIN
The JsonDataSource Wizard window displays only the header and the buttons of the editor on monitors with 4K+ resolution. See the attached screenshot.
Unplanned
Last Updated: 19 Jun 2020 06:45 by ADMIN

Provide NuGet package with UI for WPF NoXaml dependencies for adding it to the project that hosts WPF report viewer:

Telerik.Windows.Data.dll

Telerik.Windows.Controls.dll

Telerik.Windows.Controls.Input.dll

Telerik.Windows.Controls.Navigation.dll
Completed
Last Updated: 18 Jun 2020 12:43 by ADMIN
Release R2 2020 SP1
Due to breaking API changes in .NET Core 3.0, the .NET Standard 2.0 build of the Telerik.WebReportDesigner.Service is not compatible with .NET Core 3.0. The package should provide a variant of the assembly targeting .NET Core 3.0.
Completed
Last Updated: 18 Jun 2020 12:43 by ADMIN
Release R2 2020 SP1
Created by: Ludek
Comments: 1
Category: Reporting
Type: Bug Report
3

Print functionality doesn't work in React application.

Steps to reproduce:

1. You may use the sample project from How to use HTML5 Report Viewer in React Application article.

2. Run the project and click on Print.

The following error can be seen in the browser's console: Resource interpreted as Document but transferred with MIME type application/pdf: "https://demos.telerik.com/reporting/api/reports/clients/a7fdd020ec4/instances/3f53abd1614/documents/c3923e685e6d6ebefb3d11?response-content-disposition=inline".

Completed
Last Updated: 18 Jun 2020 12:42 by ADMIN
Release R2 2020 SP1
When the DataMatrix encoder is used in Barcode item and the provided value evaluates to null or an empty string, the barcode item renders an exception message rather than rendering an empty placeholder.
Completed
Last Updated: 18 Jun 2020 12:42 by ADMIN
Release R2 2020 SP1
When I set all Graph Paddings to 0 and LabelPlacement to None, there is still a place left between the Graph Axis and the Graph Border.