Unplanned
Last Updated: 18 Mar 2021 09:59 by ADMIN

I have configured Asp.NET Core 5 IReportServiceConfiguration in DI for ReportsControllerBase with ReportServiceConfiguration.ReportingEngineConfiguration set to IConfiguration with custom IConfigurationProvider providing ConnectionStrings which can change in runtime so the provider notifies about configuration changes via IChangeToken.

But the updated ConnectionStrings are not propagated to the service.

To fix it, I have made this hack:

                reportEngineConfigurationChange = engineConfiguration.OnChange(() =>
                {
                    telerikConfigurationManagerReset();
                    configuration.ReportingEngineConfiguration = engineConfiguration;
                });

which listens to IConfiguration changes and calls TelerikConfigurationManager.Reset (via reflection) and sets configuration again.

It would be nice if this would be implemented on Your side, please.

 

Completed
Last Updated: 12 May 2021 10:44 by ADMIN
Release R2 2021
Reports with Document Map may be exported in PDF format without the bookmarks from the legacy ASP.NET Viewer. The same reports get exported correctly from the Standalone designer and the Html5 Viewer.
Under Review
Last Updated: 28 Jun 2021 09:10 by ADMIN
Created by: Frantisek
Comments: 11
Category: Reporting
Type: Bug Report
1

Hello

 

I have problem with visual studio auto close when I'm working in reporting designer.

When I'm working in reporting designer and do about 5 changes, Visual studio freezes and after few monents is restarted and I loose all my work.

It is really frequented problem and I can hardly work with reporting designer.

 

In Windows Event Viewer I everytime find this exception that referes to problem in GetAggregateFunctions().

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException

Server stack trace: 
   at Telerik.Reporting.Processing.AggregateFunctionHelper.GetAggregateFunctions(IServiceProvider provider)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.<GetAggregates>d__1b.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.FillAggregates(Category funcCategory, IServiceProvider provider)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.CategoryAdapter.CreateHierarchy(IServiceProvider provider, Boolean isFieldsTreeVisible)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog.LoadCategories(IServiceProvider provider)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
   at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(System.Runtime.Remoting.Messaging.Message, Boolean)
   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(System.Object, System.Runtime.Remoting.Proxies.MessageData ByRef)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog+LoadCategoriesDelegate.EndInvoke(System.IAsyncResult)
   at Telerik.Reporting.Design.Common.ExpressionBuilder.ExpressionBuilderDialog.OnLoadCategoriesComplete(System.IAsyncResult)
   at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessageSink)
   at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.DoAsyncCall()
   at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(System.Object)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

Completed
Last Updated: 12 May 2021 10:43 by ADMIN
Release R2 2021
Created by: Geir
Comments: 0
Category: Reporting
Type: Bug Report
1

The SVG image is not rendered correctly. A sample report and the SVG can be found attached.

The designer outputs as on the picture below which is not correct:

Completed
Last Updated: 12 May 2021 10:44 by ADMIN
Release R2 2021
When you can add some NuGet packages as Telerik.Reporting in .NET Standard 2.0 project but Telerik.Reporting.OpenXmlRendering cannot. You can download the attached project. If you try adding Telerik.Reporting.OpenXmlRendering, the following error appears:
Package Telerik.Reporting.OpenXmlRendering 15.0.21.120 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Telerik.Reporting.OpenXmlRendering 15.0.21.120 supports: netcoreapp2.0 (.NETCoreApp,Version=v2.0) ClassLibraryTest C:\Users\ntodorova\source\repos\ClassLibraryTest\ClassLibraryTest\ClassLibraryTest.csproj 1
Completed
Last Updated: 12 May 2021 10:43 by ADMIN
Release R2 2021
When creating a chart, in the values field, you cannot change the function being used. The dropdown list contains only undefined values.
Unplanned
Last Updated: 02 Apr 2021 11:23 by ADMIN
Created by: Valerio
Comments: 0
Category: Reporting
Type: Bug Report
1
After the report is exported to DOCX from the obsolete report viewer, in Print Layout mode in Word, the image is not visible. It appears Read Mode or Web Layout. A sample application can be found attached.
Unplanned
Last Updated: 12 Apr 2021 13:50 by ADMIN
In our report, we programmatically create the data sources available to the user. These data sources have a connection string that just reads "UNAVAILABLE". Then, when the report is viewed, I swap out the connection strings on the server-side.
This works fine for viewing reports, and it also is fine if I'm only using tables in the designer. However, if I try to use a PictureBox in the designer, I get an error that the PictureBox can't be displayed. It still works when I preview the report, but the editor ends up in a broken state.
From my debugging, it looks like rendering the PictureBox in the designer is trying to connect to the various data sources defined for the report. I don't understand why, since it's just a URL for an image.

Unplanned
Last Updated: 07 Apr 2021 08:56 by ADMIN
The Telerik WPF Report Viewer component is not installed in the Visual Studio Toolbox. When you try to add it manually from the assembly 'Telerik.ReportViewer.Wpf.Design',  an error stating that there are no components in the assembly occurs.
Unplanned
Last Updated: 19 May 2021 10:59 by ADMIN
Created by: Todd
Comments: 3
Category: Reporting
Type: Bug Report
1

Background: 

I create an ASP.NET Web Application - Empty. I add to it a Telerik HTML Report Viewer page. The wizard creates a new REST service with a sample report. Inside the Html5ReportViewer.html file is the line

<!--If Kendo is used it should be added before the report viewer.-->

 <script src="/api/reports/resources/js/telerikReportViewer-15.0.21.326.min.js/"></script>

 

with a trailing / in the src attribute. This works perfectly.

Problem:

I have a ASP.NET Webforms website that displays reports from the Reporting web application.  Pages that display a report also have this script tag. However, any time there is an update for the Reporting toolkit, if I use the Reporting Upgrade Wizard, (Visual Studio 2019 "Extensions" menu -> Telerik -> Reporting -> Upgrade Wizard) the script tags get updated with the latest version, but the trailing / in the src attribute is no longer there and the page breaks because the Javascript library is not loaded. Adding in the / fixes the problem.  Is this intended behavior or a bug in the upgrade wizard?

 

Unplanned
Last Updated: 14 Apr 2021 08:58 by ADMIN

1. Open report in the EUD.
2. Click "Export Template".
3. Select the open report and click "Next" and "Finish" to complete the wizard. The newly created template is visible in the User Templates as expected.
4. Click "Export Template".
5. Select the open report and click "Next" and "Finish" to complete the wizard. Warning is shown that this template exists. https://gyazo.com/91cac78640a551411c67df4abaecce78
6. Click "Yes" so that the template is replaced.

Expected: Template is recreated.
Observed: Error "Template build failed" https://gyazo.com/6ea75f7fba0674679a3c4df8ba73c307.
Declined
Last Updated: 10 Dec 2021 07:38 by ADMIN
When you export a report from VBA, the image is missing in the PDF file. It is important that the problem is reproducible only on machines that Telerik Reporting has never been installed. With the same code, when exporting from VS, the report is correctly exported. The attached PDF files represent the outcome from both exports.
Completed
Last Updated: 12 May 2021 10:43 by ADMIN
Release R2 2021

Internal Server Error. The operation was canceled is thrown in the viewert when the SVG contains 

<?xml version="1.0" encoding="UTF-8"?>

Unplanned
Last Updated: 16 Apr 2021 11:36 by ADMIN

We pass Report Parameters as Strings and later convert them to Floats in the Report. This works fine on our production systems in Switzerland but fails on dev machines that use different system locales.

Unplanned
Last Updated: 26 Apr 2021 06:37 by ADMIN

Hello, 

I am receiving the TypeError: $kendoHtmlEncode error in an Angular Report Viewer with the SystemJS. I am also using a .NET Framework (4.6.2) WebApi based Reporting REST Service. See the following screenshot of the error. 

Additionally, the Report Viewer UI is loading until the error is thrown and the report never loads as shown in the following screenshot.

Note that I am also using a separate process for running each project.

For additional reference, I have attached a sample that reproduces the error. See the following steps to run the sample locally.

  1. Open the 1515808.sln file in Visual Studio.
  2. Restore the NuGet Packages.
  3. Run the included WebApi project.
  4. Open the src/ClientApp folder in a command window.
  5. Run npm install from the CLI.
  6. Execute npm run serve from the CLI.

Please let me know if you need any additional information. Thank you.

Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1
Created by: Israel
Comments: 0
Category: Reporting
Type: Bug Report
1
1. A custom report template is checked for getting the data source information needed
2. A new empty Telerik report is created
3. The report is client-side filled with those predefined data sources using the Telerik Javascript Shell (EditorCommand.NewItem for creating them and SetPropertyValue for filling in the details).

This approach has been working well for me until getting updated to the R1 2021 SP1 release (15.0.21.224), or the following versions, which are now unable to show the datasources fields in the explorer at first. However, manually adding a new component into the canvas makes the datasource tree to be updated then.
Under Review
Last Updated: 29 Apr 2021 10:59 by ADMIN

Dear Telerik,

We use Azure App Services to host the reporting engine API.

Azure App Services validate all incoming requests to ensure they come in with valid Bearer JWT tokens. Your suggested workaround of validating the tokens only on some requests in the application would require us to turn off built-in Azure validation, which elevates security risks.

Can you please ensure [authenticationToken] is added to ALL requests from the Angular tr-viewer to the API, not just some requests?

Please redesign the viewer to authenticate all its requests to the backend service. Including but not limited to the requests report viewer makes to download generated report documents as attachments by performing get document requests through window.open() or any other methods.

We appreciate your efforts to obfuscate such requests; however, these efforts need to be in addition and not instead of industry standard security practices.

Thank you very much,

Sergey Nosov
Sr. Integrator/Developer,
Calpine Energy Solutions

Completed
Last Updated: 23 Nov 2023 12:53 by ADMIN
Release R3 2021 SP1
Created by: Yavin
Comments: 4
Category: Reporting
Type: Bug Report
1

Not sure if you are aware of this but the new property SkipBlankPages in 2021/R1 will result in a corrupt (unopenable) PDF/XLS if the report contains no data.

The output used to be a blank report.

This behaviour is fixed by setting the Value to 'False' but this now requires the developer to remember to set this value on each new report. Perhaps the default should have stayed as 'False' and those who wish to remove blank pages could set it to true.

We are aware the property is set to true by default.

We have now had to modify (and subsequently retest) > 100 reports.

The generator should probably not create a 'corrupt' file in these cases.

Kind regards

Unplanned
Last Updated: 29 Apr 2021 11:25 by ADMIN

When a textbox cannot fit on the current page and its Style.VerticalAlign is not set to Top, the textbox is pushed to the next page, although its KeepTogether property is set to false and its Value is null or empty.

This scenario usually happens when a textbox in a table grows vertically because the table contents also grow - it might be another nested table or any other data item. The solution is to either set the visibility of the textbox to false or set its Style.VerticalAlign to Top.

Unplanned
Last Updated: 10 May 2021 08:44 by ADMIN

Currently, when using the Search widget in the WPF Report Preview the results highlight all of the text in the textbox that holds the matching search text. Although helpful, in cases where there is a long block of text it is less so.

It would be even more helpful if the search results highlighted only the text being searched, as can be seen in other apps, like browsers and document viewers.

The attached picture shows the current search widget, the interaction with the results and a report, and my requested change.