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: 31 Jan 2024 17:59 by ADMIN
Release 2024 Q1
Created by: Mirzodaler
Comments: 6
Category: Reporting
Type: Feature Request
18

I have a following default code in a html file for a web designer.

$(document).ready(function () {
            $("#webReportDesigner").telerik_WebReportDesigner({
                persistSession: false,
                toolboxArea: {
                    layout: "list"
                },
                serviceUrl: "some url",
                report: "some_report_name",
            }).data("telerik_WebDesigner");
        });

I have also a custom report storage implemented from IDefinitionStorage, where I have a GetDefinition("some_report_name") method implemented in a custom way. In order to do that, I need to send additional parameters from a web designer (html code provided previously) but don't know how to do that. 

For example, I need to open SalesInvoice.trdx file and I do a following: report: "SalesInvoice.trdx". If i need to send additional parameter, let's say some kind of token, there is no good place to send it. As a work around, i am doing report: "SalesInvoice.trdx&token=123". The problem with this, it is appearing in a title of a web designer and I don't want that. In an attachments, there is a screenshot where it looks good with a simple name and the one which has a token in it.

So, the question is, can I send other parameters as well from a client side of web designer to the server like parameters or so?

In a HTML5 ReportViewer we can send report file name and parameters as a reportSource like this:

                    serviceUrl: serviceUrl,
                    reportSource: {
                        report: reportUrl,
                        parameters: reportParams,

Can we do the same? Or how can I do that?

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.

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

Completed
Last Updated: 15 Dec 2020 10:50 by ADMIN

Currently, you need to add the Web Report Designer manually following the steps here:

https://docs.telerik.com/reporting/web-report-designer-setup-in-net-core

https://docs.telerik.com/reporting/web-report-designer-setup-in-dot-net-framework

It would be nice to have templates in VS as an easier way of adding the Web Designer.

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.
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: 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.
Need More Info
Last Updated: 25 Feb 2022 08:17 by ADMIN
Created by: dan
Comments: 5
Category: Reporting
Type: Feature Request
4
We would like to use the Web Report Designer, with an already built Data source. Is this possible? The data-source selection in the Web Designer should be disabled, and we want to pass our prebuilt Data source "programmatically" in some format to the report designer/viewer
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".

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
Unplanned
Last Updated: 23 Dec 2020 13:02 by ADMIN
Created by: Mario
Comments: 0
Category: Reporting
Type: Bug Report
1
Using SASS theme in Blazor project breaks the report viewer's style.
Unplanned
Last Updated: 18 Jun 2020 08:12 by ADMIN
It would be helpful if you add the ability to import styles into a report from XML. Currently, your users have to save the report, unzip, edit the XML, rezip, reopen and save back to the Report Server for every report.
Unplanned
Last Updated: 11 Jul 2022 07:16 by ADMIN
Created by: Mirzodaler
Comments: 4
Category: Reporting
Type: Feature Request
5

We have implemented custom storage (IDefinitionStorage) with the SaveDefinition method where it saves the edited report in a custom way. There can be some validations and save can fail. For this, I am just throwing a new Exception. The error message is showing in a general way, and it doesn't show my custom message.

Unplanned
Last Updated: 16 Jun 2020 14:11 by ADMIN
I use conditional formatting to achieve alternating table row colors. One of the rows has top and bottom borders that appear with different thicknesses in the alternating rows. You can see it in both the Designer preview mode as well as in the PDF and on a printed copy of the PDF.
Completed
Last Updated: 03 Jun 2024 10:40 by ADMIN
Release 2024 Q3

Hello,

We would like to know if/and when Query Designer will be implemented in web report designer?

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.

Unplanned
Last Updated: 15 Jun 2020 08:32 by ADMIN
If I set the column width of a Table with Bindings, everything works as expected when the Table has data. When there is no data in the Table and only the row headers are displayed, the Binding of the width is not respected.