Completed
Last Updated: 11 Nov 2021 14:57 by ADMIN
Release R3 2021 SP1
Created by: Uday
Comments: 0
Category: Reporting
Type: Feature Request
4

Currently, the MsSqlServerStorage CommandTimeout is with the default value that is 30 s. In some scenarios, like when the Search functionality is enabled and the report is very big, the generated ClientSearchItemsResource may be too big, and when attempting to save it in the storage the latter may throw the exception 'System.Data.SqlClient.SqlException (0x80131904): Execution Timeout Expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.'

The error may be avoided if the CommandTimeout can be increased.

Under Review
Last Updated: 03 Dec 2020 09:56 by ADMIN
Created by: Heiko
Comments: 1
Category: Reporting
Type: Bug Report
1

The SearchDialog is placed based upon a parent window of type "Window". However, when I use other types like "RadRibbonWindow" as my main window the placement does not work correct. As a result the SearchDialog is shown in the upper right corner of the desktop. This is the code (in SearchDialogController.cs):

        Window GetParentWindow()
        {
            return (this.model.PageScrollViewer == null)
                ? null
                : this.model.PageScrollViewer.FirstParentOfType<Window>();
        }

At least this method should also take RadRibbonWindow in account (this is certainly not used that rarely since we all use Telerik components!) or for a more generic solution look for types that are derived from Window.

Unplanned
Last Updated: 02 Dec 2020 16:45 by ADMIN
Created by: Heiko
Comments: 1
Category: Reporting
Type: Feature Request
1
Please add a property "ToolbarVisible" to WPF ReportViewer. Most of the cases the buttons are not useful or should be replaced by some custom toolbar. 
Unplanned
Last Updated: 23 Jul 2025 15:15 by ADMIN
Scheduled for 2025 Q3

White space appears between different rows. Depending on the zoom level it could happen on one or more rows.

I will attach a report example to this message.

Unplanned
Last Updated: 23 Nov 2020 08:15 by ADMIN

Steps to reproduce:

1.Download and run the project

2. If the scaleMode is FitPage, the report doesn't appear

3. If the scaleMode is FitPageWidth, the UI seems to be broken

You can check the attached video for further reference.

 

Unplanned
Last Updated: 23 Nov 2020 07:44 by ADMIN

Steps to reproduce:

1. Download and run the attached project in IE or Firefox

2. Write in the field for example "haha" and click the button.

3.Scroll down and you will notice that the headers are not frozen.

Unplanned
Last Updated: 27 Dec 2020 22:46 by ADMIN

Hello Team,

 

I will be great if the Telerik Reporting REST Service Core could support System.Text.Json serialization.

 

Best Regards,

Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1

If you open https://demos.telerik.com/reporting/designer?_ga=2.145120566.369274565.1605642252-790264781.1600201366 the problem can be seen.

Select one of the TextBoxes such as TextBox1

Select the Layout > Size Properties of the TextBox

Try to change the Width to 3.5 in.

Notice the Width goes to 35 instead of 3.5

This is the same case for Location > Left & Top and Size > Height

Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1

Change the Font Name of a TextBox from Arial to Calibri

Go to another TextBox and change the Font Name from Arial to Calibri.

This is the error I get: "Could not change the property 'Name'. Name 'Calibri' already exists."

The same error occurs when trying to change multiple TextBoxes at once.

Completed
Last Updated: 18 Nov 2021 08:49 by ADMIN
Release R3 2021

The Could not retrieve Expression schema. error can be experienced while trying to set a value of textbox by using the expression editor.

Completed
Last Updated: 20 Jan 2021 14:03 by ADMIN
Release R1 2021
Created by: SturmA
Comments: 2
Category: Reporting
Type: Bug Report
5

When a Report with ObjectDataSourceParameter is loaded into the WebReportDesigner, the designer throws an error when trying to initialize the parameter.

Could not create instance of 'ObjectDataSourceParameter'. TypeError: Cannot read property 'push' of undefined
    at new d (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:89908)
    at new a (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:277743)
    at s.CreateInstance (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:644848)
    at d.<anonymous> (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:515470)
    at Generator.next (<anonymous>)
    at http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:513964
    at new Promise (<anonymous>)
    at l (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:513709)
    at d.CreateComponent (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:515160)
    at a.<anonymous> (http://localhost:23456/api/reportdesigner/designerresources/js/webReportDesigner-14.2.20.1021.min.js/:9:58884) 

Unplanned
Last Updated: 11 Nov 2020 13:49 by ADMIN
When the HTML5 WinForms Viewer is loaded directly into a multi-page report, the last page of this report will be scaled differently. This happens when continues scrolling is enabled, and each page is automatically loaded.
Unplanned
Last Updated: 11 Nov 2020 13:39 by ADMIN
The issue can be reproduced in the attached sample report. In it, the Visible property of the Detail1 and Detail2 cells is set to False. When you export the report to Word, the DOCX file is broken. 
Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)
Created by: XicoFininho
Comments: 1
Category: Reporting
Type: Bug Report
0
The default scale mode has changed between version 13.1.19.514 and 14.2.20.1021 for the HTML5 Webforms Viewer. Not defining a scale-mode for the viewer in 13.1.19.514 default to scaleMode.Specific while in 14.2.20.1021 it defaults to scaleMode.FitPage.
Unplanned
Last Updated: 10 Nov 2020 10:13 by ADMIN

I have a Custom Csv Export class that implements IRenderingExtension. This works fine when the ReportServiceConfiguration.Storage is set to an instance of FileStorage or MsSqlServerStorage.

When using RedisStorage, after clicking on the CSV option from the Html5 Viewer's menu, the browser redirects to a new url to display the following error message:

{"message":"An error has occurred.","exceptionMessage":"Buffer cannot be null.\r\nParameter name: buffer","exceptionType":"System.ArgumentNullException","stackTrace":"   at System.IO.MemoryStream..ctor(Byte[] buffer, Boolean writable)\r\n   at System.IO.MemoryStream..ctor(Byte[] buffer)\r\n   at Telerik.Reporting.Services.WebApi.ReportsControllerBase.GetDocument(String clientID, String instanceID, String documentID) in C:\\DeveloperTooling_Reporting_Agent1\\_work\\17\\s\\Source\\Code\\Telerik.Reporting.Services.WebApi\\ReportsControllerBase.cs:line 305\r\n   at lambda_method(Closure , Object , Object[] )\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass13.<GetExecutor>b__c(Object instance, Object[] methodParameters)\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)\r\n   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.<>c__DisplayClass5.<ExecuteAsync>b__4()\r\n   at System.Threading.Tasks.TaskHelpers.RunSynchronously[TResult](Func`1 func, CancellationToken cancellationToken)"}

The debug console in Visual Studio shows this error:

Failed to load resource: the server responded with a status of 500 () [https://localhost:44350/api/reports/clients/9bbda764fa6/instances/722eb62b3a9/documents/969b05177e4f00b24938d1?response-content-disposition=attachment]


Unplanned
Last Updated: 27 Mar 2024 13:08 by ADMIN
Created by: Todor
Comments: 2
Category: Reporting
Type: Bug Report
4
The result from the PageExec function is null when rendering the report in XLS and XLSX format from the Html5 Viewer and the Standalone designer.
Completed
Last Updated: 20 Jan 2021 14:04 by ADMIN
Release R1 2021
When we render our report in PDF or preview it in PrintPreview mode in the viewer, the last page may be lost.
Declined
Last Updated: 11 Nov 2020 11:34 by ADMIN
Created by: Daniel
Comments: 1
Category: Reporting
Type: Bug Report
0

When editing an existing SQL data source from stored procedure, the "@" before the parameter name got dropped. Causing the report not passing the report parameter value to the query parameter

2020 R2

Unplanned
Last Updated: 04 Nov 2020 10:21 by ADMIN
I created my own ADO.NET Cache Provider. I have found that when a report is being generated programmatically and it failed over SQL timeouts it doesn't clear the session_state table.
Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)

Steps to reproduce the issue:

1. Create a new report in the WebReportDesigner;

2. Add a simple CSV DataSource (for example with Item and Value columns);

3. Select the Table Wizard and set the CSV DataSource as a Value of the DataSource property;

You will notice that the names of the columns from the datasource are missing.