Pending Review
Last Updated: 14 Dec 2020 10:54 by Fandy Backers

Exporting a report from the Report-Viewer to Word(docx), then opened in Word for Web (browser-version of Word) causes incorrect rendering of the document. Images are replaced with placeholders.

In comparison, exporting the report as PDF, then opening and converting it to Word and uploading it, renders much more correct and with images.

Completed
Last Updated: 31 Jan 2024 12:24 by ADMIN
Release 2024 Q1

In .NET Core the localization routines have changed and the approach to localize an application provided in the documentation doesn't work.

When adding the localized .resx files as described in the documentation - with BuildAction set to None - the resource strings cannot be obtained and even the default string values are lost. This effect can be mitigated with changing the BuildAction to EmbeddedResource.

 

Completed
Last Updated: 09 Jun 2022 11:26 by ADMIN
Release R1 2022
Created by: omti
Comments: 0
Category: Reporting
Type: Bug Report
1
The search does not always work when you press the enter key.
Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1

A possible solution would be to expose a ParametersAreaLoaded and ParametersAreaUpdated events with the needed arguments.

This will make migration from Silverlight easier. There the user has a direct access to them through the ReportViewerModel.

Unplanned
Last Updated: 04 Jan 2021 09:19 by ADMIN
Created by: ryan
Comments: 0
Category: Reporting
Type: Feature Request
1
If Acrofields were supported when exporting to PDF, fields can be filled after reports have been exported, allowing end-users to more easily add text to a report.
Completed
Last Updated: 16 Jun 2021 10:56 by ADMIN
Release R2 2021 SP1
User is migrating from Silverlight where he had direct access to it.
Unplanned
Last Updated: 28 Jan 2021 12:35 by ADMIN

On numerous occasions I've found that the need to float or rearrange the designer windows such as the data explorer, properties or group explorer window would be very beneficial to my workflow.

As well this request should consider the ability of the data explorer and report explorer to be decoupled so as both can be visible simultaneously.

Unplanned
Last Updated: 05 Feb 2021 15:10 by ADMIN
Created by: Claudio
Comments: 3
Category: Reporting
Type: Bug Report
1

The parametersAreaVisible property of the angular report viewer allows controlling the visibility of the report parameters area.

Currently, this property can only be set. Reading the property doesn't reflect the current visibility of the report parameters area.

While jquery can be used as a work around to determine the visibility of the report parameters area (by reading the width of the corresponding DOM element), a proper angular API would be nice.

Completed
Last Updated: 16 Feb 2022 14:53 by ADMIN
 After the upgrade on telerik-angular-report-viewer to ^12.21.120 from  ^10.20.513, the viewer doesn't make requests to the service. The reports controller uses authentication, which might be related to the issue. The attached file consists of 2 projects- 1 with the old version that is working and the new version that does not work.
Unplanned
Last Updated: 16 Jun 2021 06:27 by ADMIN
I display the Html5 Report Viewer in a Kendo Tab. When I close the viewer's tab and resize the browser window, the following error related to the viewer occurs in the browser console:
kendo.all.js:105032 Uncaught TypeError: Cannot read property 'find' of null
    at init.toggle (kendo.all.js:105032)
    at P (telerikReportViewer:9)
    at Object.<anonymous> (telerikReportViewer:9)
    at Object.trigger (telerikReportViewer:9)
    at Object.trigger (telerikReportViewer:9)
    at se (telerikReportViewer:9)
    at Object.setDocumentMapVisible (telerikReportViewer:9)
    at b (telerikReportViewer:9)
    at E (telerikReportViewer:9)
    at o (telerikReportViewer:9)
Completed
Last Updated: 24 Feb 2021 10:04 by ADMIN
Release R1 2021 SP1

The following error may be thrown when trying to render a report in PDF under .NET 5 in the Linux systems:

"SEH":"System.ArgumentOutOfRangeException: Index and length must refer to a location within the string. (Parameter 'length')
          at System.String.Substring(Int32 startIndex, Int32 length)
          at Telerik.Reporting.Paging.TextBox.MeasureText(String text, TextFormat format)
          at Telerik.Reporting.Paging.TextBox.CreateContent(InitializationContext initContext)
          ...

The same reports work correctly in Windows.

Unplanned
Last Updated: 08 Feb 2021 13:12 by ADMIN

In some cases, when the path of the file is used as a Value of the PictureBox, the WMF is not displayed in PrintPreview or in the printed report. The workaround is to embed the image by selecting the file as a Value:

1. Go to the Value property of the PictureBox and click on the three dots (...)

2. In the File name field, type *.* and Enter.

3. Select the WMF file.

Unplanned
Last Updated: 11 Feb 2021 10:20 by ADMIN
When you try to select a file for the report source, the white spaces in the generated path are URL encoded (%20) and therefore the report is not found.  Manually replacing the %20 in the path with white spaces solves the issue.
Unplanned
Last Updated: 12 Feb 2021 12:17 by ADMIN
The WMF file is not rendered correctly in PrintPreview/PDF when using System.Drawing.Imaging.Metafile. 
Unplanned
Last Updated: 18 Feb 2021 16:00 by ADMIN
Created by: Tony
Comments: 0
Category: Reporting
Type: Feature Request
1
It will be useful if an option for setting the ExternalStyleSheets property through an URL is added.
Unplanned
Last Updated: 19 Feb 2021 19:41 by ADMIN

When applying the property Docking with either of the following values will cause the Visual Studio Report Designer to squeeze the table down to 0 width:

  • Top
  • Fill
  • Bottom

While the value 'Right' will cause the table to be rendered outside of the report-section on the left side. This is reproducible with the example report CryptoCurrencies.cs.

Completed
Last Updated: 15 Sep 2021 14:27 by ADMIN
Created by: Bernard
Comments: 2
Category: Reporting
Type: Feature Request
1

Hello, 

 

I can see that we can operate over a file definition using save, open, and save as. It would also be nice to be able to download the report definition as well. 

Completed
Last Updated: 30 Mar 2021 12:39 by ADMIN
Release R1 2021 SP2

The application is published as a single-file application on Linux. Here is the stack trace of the error:

[21:52:53 ERR] Value cannot be null. (Parameter 'path1')
System.ArgumentNullException: Value cannot be null. (Parameter 'path1')
   at System.IO.Path.Combine(String path1, String path2)
   at Telerik.Reporting.Configuration.JsonConfigurationProvider.LoadConfiguration()
   at Telerik.Reporting.Configuration.JsonConfigurationProvider.InstantiateProvider()
   at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
   at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
   at System.Lazy`1.CreateValue()
   at System.Lazy`1.get_Value()
   at Telerik.Reporting.Configuration.JsonConfigurationProvider.get_Instance()
   at Telerik.Reporting.Configuration.TelerikConfigurationManager.GetConfigurationProvider()
   at Telerik.Reporting.Configuration.TelerikConfigurationManager.get_ConfigurationProvider()
   at Telerik.Reporting.Configuration.TelerikConfigurationManager.GetReportingSection()
   at Telerik.Reporting.Configuration.ReportingConfiguration.get_Default()
   at Telerik.Reporting.Processing.RenderingExtensionManager.get_RenderingExtensions()
   at Telerik.Reporting.Processing.ReportProcessor.GetExtensionInfoCore(String name)
   at Telerik.Reporting.Processing.ReportProcessor.GetExtensionInfo(String format)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessAndRender(String format, ReportSource reportSource, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessAndRenderStateless(String format, ReportSource reportSource, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback)
   at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, ReportSource reportSource, Hashtable deviceInfo, CancellationToken cancellationToken)
   at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, ReportSource reportSource, Hashtable deviceInfo)
   at HaliburtonSoftware.Reporting.Generation.GenerationProcessor.CreateReport(InstanceReportSource reportSource, String fileName, ReportFormat reportFormat)
   at HaliburtonSoftware.Reporting.Generation.GenerationProcessor.ProcessReport(String culture, String reportName, ReportFormat reportFormat, String fileName, IList`1 parameters, Hashtable deviceInfo)

I also had lots of issues trying to get the application version information of a single-file application and had to revert to using an environmental variable in the container.

Unplanned
Last Updated: 16 Mar 2021 06:25 by ADMIN
When previewing the report in the WPF report viewer I get the above-mentioned error. This issue occurs when using .NET 5 based projects but works correctly with .NET Framework.
Unplanned
Last Updated: 16 Mar 2021 16:17 by ADMIN
After expiring the default timeout, the Standalone designer does not log to Report Server again.