Completed
Last Updated: 19 Oct 2020 09:12 by ADMIN
All Telerik Reporting assemblies to be distributed via Nuget packages, in order to ease deploying a solution that uses Telerik Reporting and to share the solution with other developers.
Note: Without having Telerik Reporting installed on the machine, there will be no design-time support (Upgrade and other wizards, VS Report Designer, etc.). The purpose of the packages is only deployment.
Unplanned
Last Updated: 14 Oct 2020 08:46 by ADMIN
Created by: Rodney
Comments: 0
Category: Reporting
Type: Feature Request
3
In organizations like ours, it is not allowed to store the user id and password in appsettings.json. It is becoming a common practice to use AccessToken in the connection string rather than a username and password. For example, in Azure. It would be great if AccessToken could be supported out of the box in the SqlDataSource.
Completed
Last Updated: 09 Oct 2020 06:52 by ADMIN
Release R3 2020 (Latest Internal Build)

After upgrading from Telerik Reporting 2020 R2 (14.1.20.618) to 2020 R3 (14.2.20.916) my reports can no longer render an image that they have always rendered before.

The images are displayed correctly in Visual Studio Report Designer Preview mode but are not displayed in HtmlPreview mode.

Completed
Last Updated: 08 Oct 2020 12:46 by ADMIN
Release R3 2020 (Latest Internal Build)

I have a PictureBox item with a background image and no image value. When rendering in either of the Excel formats from a web application or from the Standalone designer, they throw an "Object reference not set to an instance of an object." exception. Here is the response from Fiddler:

{"message":"","exceptionMessage":"Object reference not set to an instance of an object.","exceptionType":"Telerik.Reporting.Services.Engine.DocumentRenderException","stackTrace":"   at Telerik.Reporting.Services.Engine.Document.GetDocumentInfo()\r\n   at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetDocumentInfo(String clientID, String instanceID, String documentID)\r\n   at lambda_method(Closure , Object , Object[] )\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n   at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__6.MoveNext()"}

Completed
Last Updated: 08 Oct 2020 12:46 by ADMIN
Release R3 2020 (Latest Internal Build)
Created by: Nicholas
Comments: 0
Category: Reporting
Type: Bug Report
1
After upgrading to 14.2.20.916, the PictureBox control is no longer loading an image via URL due to a URL limit of 260 characters. We use Google static images which can have much longer URL lengths.
Unplanned
Last Updated: 05 Oct 2020 14:44 by ADMIN

In my report, there is a Table with one group and PageBreak set to After for the group. If the property ColumnHeadersPrintOnEveryPage is with the default value False, in Interactive view there are three pages generated, one for each group, which is correct.

If I set ColumnHeadersPrintOnEveryPage to True, the number of pages increases to four in the Interactive view mode. There is an additional page break introduced in the last group.

Unplanned
Last Updated: 29 Sep 2020 14:06 by ADMIN

Hi there,

Adding an external style sheet to a report in a report-book triggers an error when previewing the report book, "Object reference not set to an instance of an object" 

I've attached the bare minimum project to reproduce the error.

I've also tried upgrading to R3 2020

Cheers

Completed
Last Updated: 28 Sep 2020 22:35 by Simon
Release 2020 R3
Created by: Simon
Comments: 7
Category: Reporting
Type: Feature Request
36
Support to display a SVG file in the PictureBox. When viewing a report this looks fantastic and of course superb for printing.
Unplanned
Last Updated: 28 Sep 2020 09:30 by ADMIN
Created by: Dennis
Comments: 0
Category: Reporting
Type: Feature Request
4
Currently, when using the ODBC Microsoft text driver to connect to a text file, the Query Designer in the Standalone Designer throws Object Reference Not Set To An Instance of an Object exception.
Unplanned
Last Updated: 28 Sep 2020 09:00 by ADMIN
Created by: Pablo
Comments: 0
Category: Reporting
Type: Bug Report
2
When you bind the Style.BackgroundImage.ImageData property of the PageHeader section to the value of a report parameter (a valid URL), it is not respected.
Unplanned
Last Updated: 28 Sep 2020 08:16 by ADMIN
Created by: n/a
Comments: 0
Category: Reporting
Type: Bug Report
2
Shapes are rendered in <img> tags in Html rendering, which slows down overall rendering. In other formats like PDF, the same report runs fast.
Unplanned
Last Updated: 24 Sep 2020 13:20 by ADMIN
Created by: William
Comments: 1
Category: Reporting
Type: Feature Request
1

In the secure and session based environment, it may take a while to design a report. Meanwhile, the session may expire. Or even anything could happen e.g. internet loss, power loss. In that case, all of the designs that the user has made after spending a lot of hard work and time; are lost.

There should be an auto-save feature in Report Web Designer. It would be great if this is API based. e.g. AutoSave(true/false), AutoSaveInterval(seconds), etc.

Declined
Last Updated: 24 Sep 2020 08:15 by ADMIN
Created by: Patrick
Comments: 1
Category: Reporting
Type: Bug Report
0

Hi,

 

When you put controls (textbox or anything else) in the report header section and choose to hide the report header, all controls are deleted. if you did it without taking attention and start the report, you loose all the content in the report header.

Thanks,

Unplanned
Last Updated: 21 Sep 2020 12:42 by ADMIN

Steps to reproduce:

1. Add a ConditionalFormatting to one report item (for example crosstab).

2. Select the first existing rule.



3. Click "Copy Selected Rule"


4.  Click "Paste Rules" - nothing happens.

You can also see the attached video which demonstrates the problem.

Completed
Last Updated: 20 Sep 2020 18:16 by ADMIN
Release 2020 R3
Because of the change made in R3 SP 2019 (13.2.19.1030) - Report parameter is now populating the valid values even if some of the passed values are invalid, the report parameter cannot accept an empty list as a valid value.
Unplanned
Last Updated: 18 Sep 2020 11:03 by ADMIN

If there is a pageMode option, An error event is fired at initialization, even if no error occurred.

The problem can be reproduced with the HTML5 demo:

$("#reportViewer1")
                .telerik_ReportViewer({
                    serviceUrl: "api/reports",
                    reportSource: {
                        report: "Telerik.Reporting.Examples.CSharp.ReportCatalog, CSharp.ReportLibrary",
                        parameters: {}
                    },
                    viewMode: telerikReportViewer.ViewModes.INTERACTIVE,
                    pageMode: telerikReportViewer.PageModes.SINGLE_PAGE,
                    scaleMode: telerikReportViewer.ScaleModes.SPECIFIC,
                    scale: 1.0,
                    enableAccessibility: false,
					sendEmail: { enabled: true },
					ready: function () { debugger; },
					error: function (e, args) { debugger; }
                });


Completed
Last Updated: 18 Sep 2020 06:51 by ADMIN
Release 2020 R3
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Facilitate the CSV Data Source initial setup or editing in Web Report Designer with a user-friendly wizard. 
Unplanned
Last Updated: 17 Sep 2020 13:37 by ADMIN

The FreezeColumnHeaders functionality doesn't behave properly when Action is set on the header. The white background color of the headers which we need to see in the viewer when the FreezeColumnHeaders property is set to True is missing. Please, check the attached project which reproduces the issue. If you reset the Action property of the ID header, then the FreezeColumnHeaders functionality works as expected.

Completed
Last Updated: 17 Sep 2020 10:50 by ADMIN
Created by: Kris Nobels
Comments: 2
Category: Reporting
Type: Feature Request
0

Hello,

What are the future plans for reporting on .net framework ?

Currently it works on the old .net track → 4.6 but not for .net core.

.net 5.0 is planned november 2020

It would be nice that we can have this on 1 .net framework version.

 

 

Declined
Last Updated: 17 Sep 2020 06:31 by ADMIN
Created by: Jay
Comments: 1
Category: Reporting
Type: Feature Request
0
Table item or only option to add groups on the right side