Completed
Last Updated: 09 Nov 2022 13:31 by ADMIN
Release R3 2022 SP1
Created by: Samkit
Comments: 0
Category: Reporting
Type: Bug Report
2
The same report is rendered twice in two different threads. It would happen randomly because it relies on two threads both trying to modify that dictionary in the same instant. 
Completed
Last Updated: 09 Nov 2022 13:30 by ADMIN
Release R3 2022 SP1

In the Web Designer, I can create OhlcSeries but I cannot find a way to provide the OHLC marks. Whatever I enter for Y value, in the Design view I see the error "The XML serializer cannot resolve type with name: Telerik.Reporting.OhlcMarks". In Preview the error is "An error has occurred while processing Graph 'graph1':ohlcSeries1: OHLC values value cannot be null or empty when using NumericalScale".
If I created an OHLC chart with the Standalone Designer and opened it in the Web Designer, the Y value would display "[object Object]" as seen in the linked screenshot.

Completed
Last Updated: 09 Nov 2022 13:30 by ADMIN
Release R3 2022 SP1
There is a behavioral difference between .NET Framework and .NET assembly loading, which results in inconsistent behavior in the .NET EUD. Currently, referenced assemblies can only be loaded by file name. (i.e. MyAssembly should be passed as MyAssembly.dll in the config). The former behavior (loading by name) should be enabled for better consistency.
Unplanned
Last Updated: 08 Nov 2022 14:40 by Dave

We use Reporting REST Service to generate our reports. When exporting to BMP, EMF, GIF, JPEG, and PNG which are all multi-document formats, the downloaded documents are corrupted and cannot be opened in Image viewer.

The TIFF image, which is a single document is exported and opened as expected.

Unplanned
Last Updated: 07 Nov 2022 12:20 by Mauricio Noguera

My report contains emojis, and they are displayed properly in the designer and in the Html5 Viewer.

When I export to PDF, the emojis disappear. The emoji font is listed as embedded in the PDF file. Even if I embed the full font, the emojis are not displayed.

Unplanned
Last Updated: 04 Nov 2022 15:13 by ADMIN
Created by: Ed
Comments: 1
Category: Reporting
Type: Bug Report
1

I am using the HTML Report Viewer and have a report with a parameter that renders as a combobox in the parameter panel of the report viewer.  The tab order of the report parameters do not follow the display order of the parameter fields, specifically any parameter fields that use comboboxes.

An example of this behavior is in the "Employee Sales" report on the Telerik Reporting demo site (https://demos.telerik.com/reporting/employee-sales).  In the report there are 2 parameters, one for Report Date (using a date picker control) and another for Employee (which uses a combobox).  The report viewer is configured to use the combobox option for viewing single and multi selects:

    parameters: {
        editors: {
            singleSelect: telerikReportViewer.ParameterEditorTypes.COMBO_BOX,
            multiSelect: telerikReportViewer.ParameterEditorTypes.COMBO_BOX
        }
    }

When rendered, the Report Date input has a tab index of 301 whereas the Employee combobox has a tabindex of 0.  This results in the tab order of the parameter inputs to not follow the order in which they appear. 
        
I have found that if the above settings are commented out, the tab order of the parameter fields works as expected, but results in a list view control instead of a combobox which is not desirable.

Is it possible to override the tabindex of a combobox parameter input to be set to a tabindex value that is relative to its siblings (i.e., 302) so that tabbing through the fields via keyboard is more natural?

Unplanned
Last Updated: 04 Nov 2022 13:28 by ADMIN
Created by: Syed
Comments: 1
Category: Reporting
Type: Feature Request
1

We can use Telerik UI components with gRPC service however, Telerik reporting service and HTML 5 viewer do not support gRPC.

With gRPC use growing among the developers, we would like to see Telerik reporting support gRPC out of the box.

Unplanned
Last Updated: 01 Nov 2022 11:33 by Thomas
Specifying an invalid data provider or failing to resolve a custom data provider for a SqlDataSource doesn't lead to an exception or even logging the problem in the trace. The Reporting engine simply tries to use the default System.Data.SqlClient and if it fails, the error from the SqlClient provider may be misleading like indicating an invalid connections string: "Exception: System.ArgumentException: Keyword not supported: 'authentication'"
Unplanned
Last Updated: 31 Oct 2022 12:00 by n/a
Created by: n/a
Comments: 0
Category: Reporting
Type: Bug Report
1

I am using the following Telerik configuration section in the Standalone Report Designer:

<Telerik.Reporting>
	<extensions>
        <render>
            <extension name="IMAGE" description="JPEG">
                <parameters>
                    <parameter name="OutputFormat" value="JPEG"/>
                </parameters>
            </extension>
        </render>
    </extensions>
</Telerik.Reporting>

When I try to render a report with multiple pages in JPEG, I receive the error message:

IMAGE rendering extension creates more than one stream. To render, please use the 'bool RenderReport(string format, IReportDocument reportDocument, Hashtable devicelnfo, CreateStream createStreamCallback, out string documentName)' overload instead. 

 

Unplanned
Last Updated: 26 Oct 2022 11:18 by Coder
Created by: Coder
Comments: 0
Category: Reporting
Type: Feature Request
1

Add the "Not In" operator for the Filter rules - Filter Rules - Telerik Reporting.

 

Unplanned
Last Updated: 26 Oct 2022 11:09 by ADMIN

The SQL datasource incorrectly recognizes Table Variables in its SQL statement as parameters. The SQL wizard shows the "Configure data source parameter" page and fails to execute the statement.

PROBLEM DESCRIPTION:
A simple statement that uses Table Variables is shown below:
USE AdventureWorks
DECLARE @TestUDTs TABLE(AddressTypeID int NOT NULL, [Name] dbo.Name NOT NULL PRIMARY KEY CLUSTERED(AddressTypeID))
INSERT @TestUDTs(AddressTypeID, [Name]) SELECT AddressTypeID,[Name]
FROM Person.AddressType SELECT * FROM @TestUDTs

Unplanned
Last Updated: 25 Oct 2022 10:51 by Manuel

Currently, when I create a report with the Standalone Designer and localize it, I can preview it only with the language of the machine where I run the designer.

It would be very helpful to have the option to select one of the languages I have set up during localization when previewing.

Unplanned
Last Updated: 24 Oct 2022 13:29 by Graeme

In my report, there are multiple stacked Panels. Each of them may fit on a single physical page. They all have KeepTogether set to True and I expected each of the Panels to start on a new page as two of them cannot fit on one page. This may not happen when I have Page sections though.

When I delete the PageHeader and/or PageFooter the Panels are displayed as expected. However, if I set the Visible of the Page sections to False, the problem persists.

It looks like the Page section's Height is taken into account when evaluating the KeepTogether behavior even for the pages where it is hidden. This shrinks the available physical area and the Reporting engine decides that the Panel cannot fit there, hence the next Panel starts from the current page rather than the next page as I think is correct.

Unplanned
Last Updated: 20 Oct 2022 12:57 by ADMIN
Created by: Casper
Comments: 4
Category: Reporting
Type: Feature Request
17

It would be great if you could introduce the ability to create custom reusable color palettes in Telerik Report Designer, so I don't have to declare the same set of colors for each chart I need them.

If you have a lot of graphs in your report then it is more convenient to change the color palette one place.

Unplanned
Last Updated: 20 Oct 2022 11:38 by Eric

I have a table with a dark background. In some scenarios, one or more data source fields may be empty, leaving the corresponding table cells with no content. When I export this report to DOCX, the empty cells contain strange white lines.

In the other export formats, the issue does not occur.

Here is how the table looks like in Word:

Declined
Last Updated: 13 Oct 2022 06:34 by ADMIN

Product: Telerik ReportServer 8.1.22.622 ( 2022 R2 SP1 )

I can't delete any report file (.trdp) after being uploaded to Telerik Reports Server (Web Management).

When I click delete an error message says 'An error occurred when trying to delete report, can't connect to agent service'
but the reports agent is running well and other commands like (upload report, rename) also work fine except for Delete.

So I had to delete the reports server's storage folder (~\Data), setup everything again and re-upload all my reports again each time I want to delete a report.

If you would please fix this critical problem in the next versions so I can use Telerik Reports Server again.

Please fix it ASAP. Thanks

Declined
Last Updated: 12 Oct 2022 09:05 by ADMIN
  • The Report Viewer component is not correctly creating DateTime type fields. It renders them of type textbox.
    The current version of the Telerik Reporting library is: 16.2.22.914.
    We use Telerik UI for Blazor 3.6.1.
    We are using the Telerik.ReportViewer.Blazor library
Unplanned
Last Updated: 05 Oct 2022 13:19 by Liam
Created by: Liam
Comments: 0
Category: Reporting
Type: Bug Report
1

On the last step of the SqlDataSource Wizard in the Web Report Designer, executing the query to preview the records displays the columns with a lowercase character at the beginning which can be confusing.

After the wizard, the names of the columns are correct and can be used as expected by the designer.

Unplanned
Last Updated: 04 Oct 2022 16:57 by ADMIN
Created by: Milen, Product Manager in DX
Comments: 0
Category: Reporting
Type: Feature Request
3
As a user of the Web report designer,
I want to be able to localize my reports for particular languages/cultures,
So they may be consumed by diverse end-users.
Completed
Last Updated: 04 Oct 2022 15:07 by ADMIN
I have prepared and localized a report successfully in the Standalone Designer. When I opened and modified it in the Web Designer, it lost all localization information. The Localized property was also reset to False.