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
Completed
Last Updated: 17 Sep 2020 04:03 by ADMIN
I had compare crystal report and Telerik report on rendering similar dataset. (LARGE dataset)
Crystal report renders much faster on showing the initial page (viewer) by almost 50% compare to Telerik html5 viewer. (almost 10,000 pages)
Crystal report renders much faster on generating PDF file by also 50%.
Also Crystal report telling the total page on the initial rendered page., while on Telerik report (html5 viewer) it on shows pages that are already cache (and show caching progress.) It would be nice if it show the total pages then shows in the status notification the progress of caching.



Completed
Last Updated: 16 Sep 2020 13:21 by ADMIN
Release 2020 R3
The WPF Viewer displays the PageSettings menu button disabled when the viewer uses REST Service in .NET Core 3.1. When the viewer is used with service in .NET Framework or with an embedded Reporting engine, the button is enabled.
Completed
Last Updated: 16 Sep 2020 13:06 by ADMIN
Release 2020 R3
The default implementation of ListDefinitions() method trims slashes using hard-coded character instead of using environment-specific characters like Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar. Due to that slash the reports cannot be loaded on Linux (see image below).
Image
Unplanned
Last Updated: 08 Sep 2020 10:46 by ADMIN
If a table occupies more than one page in PowerPoint rendering format, some of its content may remain hidden by the  Page Footer.
Unplanned
Last Updated: 02 Sep 2020 09:40 by ADMIN

With the following HTML 'underline' is applied to the whitespace run-time but not design-time.

<span style="text-decoration: underline">PAYMENTS ONLY        </span>TO:

The whitespace is reduced to a single space irrespective of its position in the text. For example the following content:

PAYMENTS          ONLY                    TO:

is displayed as shown in this screenshot.

Unplanned
Last Updated: 02 Sep 2020 08:36 by ADMIN

When an HTML content is placed in nested block elements, it is displayed differently from the way the browser displays it.

For example, the following HTML:

<div><p>htmlTextBox1</p></div>

is vertically displaced compared to the same content when not wrapped in another block element:

<p>htmlTextBox1</p>

This image demonstrates the difference.

Unplanned
Last Updated: 01 Sep 2020 08:16 by ADMIN
If the html contains italic text then the content renders fine in the viewer, but the italics are missing when exported to PDF.
Unplanned
Last Updated: 18 Aug 2020 07:45 by ADMIN
Created by: Charan
Comments: 0
Category: Reporting
Type: Feature Request
6

Hello, 

 

It would be nice if Telerik Reporting supported an organizational chart type like in ASP.NET AJAX. See the following image for a reference. 

 

Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)

I have a few reports in which I have a multivalue parameter that renders a ListView control.  However, when the user clicks on "Select All", only the 1st value is sent to the server.

Also, if some of the values have default values when defining the Report parameter and one of them is the 1st value, then ALL values are pre-selected when the Report renders. However, when the user clicks "Preview", again only the 1st value is sent to the server.

The above happens when I reference Kendo ( kendo.all.js) 2020.2.513 in the project. With Kendo 2020.1.114 the viewer works as expected.

Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)

The NuGet package Telerik.Reporting.Services.HttpClient has a package dependency to Microsoft.IdentityModel.Clients.ActiveDirectory 2.22.302111727, which is incompatible with .NET Core.

When referencing the Telerik.Reporting.Services.HttpClient NuGet package in a .NET Core project, an incompatibility warning appears.

 

Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)

Due to specifics in font resolving mechanism on Linux, some fonts cannot be resolved correctly when the font name includes the font-face name - for example, the name "Noto Sans CJK TC Regular" would resolve the font-face "Noto Sans CJK TC".

Completed
Last Updated: 14 Aug 2020 13:00 by ADMIN
Release 2020 R2 SP1 (Latest Internal Build)
I would like to dynamically set the Service URL (including query string parameters) with web service data source wizard.

My dynamic URL needs to contain many query string parameters which are constructed on the fly, so I do not want to define these query string params as Query parameters in wizard.

I tried to created inline parameter @Url and set it to the Service Url in Report designer in web service data source wizard. However, when I run preview for data I see in Fiddler, that it cut off all strings in URL after question mark including.

Predefined original request in @Url:

https://xxx.com/data?$skip=0&$top=50&$select=Id,Name&$orderby=Name&$count=true 

Fiddler request output (what wizard actually sent):

GET https://xxx.com/data HTTP/1.1
Accept: application/json, application/json
Prefer: return=representation
Host: xxx.com