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.

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.

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; }
                });


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: 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: 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.
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 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.

 

 

Unplanned
Last Updated: 21 Sep 2021 10:38 by ADMIN

Hello,

we changed our reporting service to .NET Core and now the Backgroundcolor for some alternating lines are not visible in HTML5 viewer.

In exported PDF they are...

I change the backgroundcolor from custom like <Style BackgroundColor="240, 240, 240" /> to <Style BackgroundColor="Control" /> which is working fine.

But i can see difference in color of HTML5 report and pdf report.

What can i do to have it working like before, i mean i want to use it like this again <Style BackgroundColor="240, 240, 240" /> if possible.



PS:We are running our service on a Linux Docker-container



Best regards

Thomas

 

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.
Completed
Last Updated: 21 Oct 2020 12:15 by ADMIN
Release R3 2020 SP1

1. webServiceDataSource1URL - For the Service URL we are using the inline variable "@url" and for Value and design time value we are using the "https://services.odata.org/TripPinRESTierService/People"

2. webServiceDataSource2NoURL - For the service URL we are directly using the "https://services.odata.org/TripPinRESTierService/People"

In scenario #1 there occurs an error "An error occurred while loading the data schema for 'webServiceDataSource1URL': unexpected token | in JSON at position 0".

The fields for #2 are loaded and for #1 are not.

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.
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: 17 Nov 2022 14:53 by Jan
Created by: Thanh
Comments: 5
Category: Reporting
Type: Feature Request
21

Hi

I need to adjust line spacing in multiple line textbox but currently there seems to be no way to do that. Please add this feature!

Thanks

Unplanned
Last Updated: 29 Mar 2021 12:30 by ADMIN

The built-in MultiSelect ComboBox offers the "autowidth: true" option. So we need the same for the SingleSelect ComboBox.

The popup element for both of these editors is the same. So please add this option because the lack of it is making us create a custom editor only for this reason.

Declined
Last Updated: 29 Mar 2021 12:36 by ADMIN
Created by: Stefano
Comments: 2
Category: Reporting
Type: Feature Request
0

Hi,

it would be great to have the ability to style every aspect of the report elements with style rules and with and external stylesheet.

For example a graph can take a long time to be styled correctly.

 

Stefano

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.