Unplanned
Last Updated: 20 Dec 2020 18:28 by ADMIN
Created by: AlbertBoettger
Comments: 0
Category: Reporting
Type: Feature Request
7
Besides the filtering of a table/report group, which allows columns/rows omission, I need to be able to dynamically change the value of the Visibility property of a table or report group, so that the content of individual rows and/or columns can be easily hidden or displayed. 
Unplanned
Last Updated: 20 Dec 2020 18:19 by ADMIN
Created by: AlbertBoettger
Comments: 0
Category: Reporting
Type: Feature Request
0
As a developer, I need a Tag property for textboxes and other reporting controls.  This would allow setting specific data in the designer that would be available to any code-behind that referenced that object.
Unplanned
Last Updated: 08 Jan 2021 13:17 by ADMIN
Created by: AlbertBoettger
Comments: 2
Category: Reporting
Type: Feature Request
0
As a report developer, I need to include in the report header overall information about the report that is passed in as an object data source (always only 1 row). This includes company name, address, logo image, user-entered report title, and human-readable filter descriptions, among other things. For some of my reports, I only include this once at the beginning of the report, but for other reports, this must be repeated on each page.  This data is in a list object since it comes from my dedicated object data source.  
Unplanned
Last Updated: 08 Jan 2021 13:08 by ADMIN
Created by: AlbertBoettger
Comments: 2
Category: Reporting
Type: Feature Request
3
It is not possible to directly access multiple data sources using expressions in a single section or object. I would like to be able to define multiple data sources on a report and then bind textboxes to the data sources using a formula such as "=First("DataSourceName","FieldName")", which would bind to field FieldName in the first record of datasource DataSourceName, regardless of the datasource assigned to the table, list, etc.  We should be able to reference fields from multiple datasources in a single table, at least when using aggregates that return one value, such as Min, Max, First, Last, Sum, etc.
Completed
Last Updated: 17 Oct 2023 12:41 by ADMIN
Release 2023 R3
Created by: AlbertBoettger
Comments: 6
Category: Reporting
Type: Feature Request
18

As a developer, I need to be able to align an image that is scaled proportionally in top-left for example, so that it looks more aesthetic and as required from the clients who use for example logos of various sizes. I.e., my expectation is that I should be able to specify both "Scale Proportional" AND Image Alignment, both horizontal and vertical.

Unplanned
Last Updated: 08 Mar 2021 10:37 by ADMIN

I am rendering a report with multiple large images in PDF. The rendering fails with the following error:

System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.IO.MemoryStream.set_Capacity(Int32 value)
   at System.IO.MemoryStream.EnsureCapacity(Int32 value)
   at System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.BinaryWriter.Write(Byte[] buffer)
   at System.Runtime.Serialization.Formatters.Binary.__BinaryWriter.WriteSingleArray(NameInfo memberNameInfo, NameInfo arrayNameInfo, WriteObjectInfo objectInfo, NameInfo arrayElemTypeNameInfo, Int32 length, Int32 lowerBound, Array array)
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.WriteArray(WriteObjectInfo objectInfo, NameInfo memberNameInfo, WriteObjectInfo memberObjectInfo)
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)
   at Telerik.Reporting.Cache.SerializationUtils.Serialize(Object value)
   at Telerik.Reporting.Services.Engine.PersistableObject.SetObject(String key, Object value)
   at Telerik.Reporting.Services.Engine.DocumentResources.AddResource(RenderingResource resource)
   at Telerik.Reporting.Services.Engine.Rendering.StoreRenderingStream(RenderingStream renderingStream)
   at Telerik.Reporting.Services.Engine.RenderingStream.Finish()
   at Telerik.Reporting.ImageRendering.DocumentPdf.EndDocument()
   at Telerik.Reporting.Writing.DocumentWriter.Telerik.Reporting.BaseRendering.IWriter.WriteEndDocument()
   at Telerik.Reporting.BaseRendering.PageHandler.Telerik.Reporting.Paging.IPageHandler.EndDocument(Boolean output)
   at Telerik.Reporting.Paging.PageCompositionBase.<>c__DisplayClass110_0.<CreatePageContentOutputTask>b__0()
An error has occurred while rendering the report: System.OperationCanceledException: The operation was canceled.
   at System.Threading.CancellationToken.ThrowOperationCanceledException()
   at System.Threading.ManualResetEventSlim.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.SpinThenBlockingWait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.InternalWait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at Telerik.Reporting.Paging.PageCompositionBase.SeparateThreadOutputBehavior.Finish()
   at Telerik.Reporting.Paging.PageCompositionBase.CreatePages()
   at Telerik.Reporting.Paging.PagerBase.Telerik.Reporting.Paging.IPager.CreatePages(IPageHandler handler, LayoutElement root)
   at Telerik.Reporting.BaseRendering.RenderingExtensionBase.Render(LayoutElement root, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback, PageSettings pageSettings)

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.

Unplanned
Last Updated: 11 Dec 2020 11:35 by ADMIN
Created by: Rashid
Comments: 0
Category: Reporting
Type: Bug Report
4

Please, run the attached report. We would expect that the exec function will return the sum of debits from the table2, however, the scope is returned as invalid.

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

The design-time web service data source parameter values are not displayed in the Web Report Designer while correctly read by the Standalone designer.

The run-time web service data source parameter values are displayed as [object] rather than expressions.

Check this screenshot for clarity.

Unplanned
Last Updated: 10 Dec 2020 12:42 by ADMIN
Created by: Rashid
Comments: 0
Category: Reporting
Type: Feature Request
1

The editor for parameters can be set for each type of parameter, but not individually for each parameter.

This means if there are two parameters that both have availableValues and have multiselect set to false, different editors can be set for each of these two parameters.

Unplanned
Last Updated: 14 Dec 2020 15:10 by ADMIN
Created by: Natalie
Comments: 0
Category: Reporting
Type: Feature Request
5
Exclude(hide/show) a report from Report Book based on ReportBook Parameter
Unplanned
Last Updated: 16 Dec 2021 13:51 by Benedikt
A PictureBox item containing an SVG file does not size as expected when Sizing property-options are set to either "Center", "Normal" or "Stretch", and then exported to PDF.
Unplanned
Last Updated: 07 Dec 2020 08:28 by ADMIN

Transparency is not respected when a report is exported to PDF format. 

Shapes inside of an SVG file can have transparency applied to it through styling or attribute, but neither of these options work when exported to PDF. In the Report Viewer the SVG renders correctly and shapes can be transparent, but when export and viewed as PDF, shapes become opague.

Unplanned
Last Updated: 04 Dec 2020 09:59 by ADMIN
In my scenario, I save the ReportSource instances in a dictionary in the custom ReportSource Resolver:
private static ConcurrentDictionary<string, EsiInstanceReportSource> _irs = new ConcurrentDictionary<string, EsiInstanceReportSource>();
However, I have no chance to delete the memory because there is no event or flag to see when it is not needed anymore.
Completed
Last Updated: 12 Jul 2022 18:06 by Joshua
Release R1 2021

The path for window.kendo in initExpDeps.js is incorrect. This does not always lead to error. When there's an error it can be the following:

Module not found: Error: Can't resolve '.\telerikReportViewer.kendo.min'" in "ERROR in ./node_modules/@progress/telerik-angular-report-viewer/dist/dependencies/initExtDeps.js

Unplanned
Last Updated: 09 Nov 2021 09:20 by ADMIN
Created by: Neli
Comments: 2
Category: Reporting
Type: Bug Report
2
When WPF Report Viewer inside other control (e.g. TabControl) all events (PrintBegin, PrintEnd, ExportBegin, ExportEnd etc.) fires twice, because Loaded event fires twice and you call AttachModelEventHandlers method also twice.
Completed
Last Updated: 16 Jul 2021 08:45 by ADMIN
Release R2 2021 SP1 (Latest Internal Build)
In the Report properties of the Web Report Designer when you open Layout -> PageSettings, there is no input or other control where you may enter or select any values or measure units for the Margins.
Unplanned
Last Updated: 01 Dec 2020 17:11 by ADMIN
Created by: Ivan
Comments: 0
Category: Reporting
Type: Feature Request
3
Currently when the report starts loading, the viewer clears all of its areas and shows a series of notification messages that specifies the current stage of the report loading workflow. The report viewer areas are populated again when the first page of the report is displayed in the report viewer. 
In a scenario where the report needs a lot of time to load this behavior is not optimal. In such case the report viewer areas should not be cleared until the first page of the new report is prepared to be displayed in the viewer. The developers should be able to configure the loading behavior and notification message appearance through the report viewer options. The viewer's API should also provide event handlers for these events, so the developers can have more control over the page displaying process.
Unplanned
Last Updated: 20 Sep 2024 13:24 by ADMIN
Created by: jura
Comments: 7
Category: Reporting
Type: Feature Request
6

Hello,

I am working on Blazor reporting project and I have described the situation already in this post:

https://www.telerik.com/forums/report-viewer-and-web-designer-in-blazor#zGr6FO2mDEmkfLWIP_T_9A

Please add Blazor ReportDesigner wrapping Your HTML designer and use .NET 5 js/css isolation to manage js/css loading by the component itself and not globally.

 

Thank You

Marek Ištvánek

Unplanned
Last Updated: 09 Apr 2021 14:07 by ADMIN
Created by: jura
Comments: 3
Category: Reporting
Type: Feature Request
3

Hello,

I am working on Blazor reporting project and I have described the situation already in this post:

https://www.telerik.com/forums/report-viewer-and-web-designer-in-blazor#zGr6FO2mDEmkfLWIP_T_9A

To sum it up:

Please add .NET 5 js/css isolation to Blazor ReportViewer which will allow:

  • usage of more report viewers with different report engine services during the application lifetime (current design requires to load js/css globally from single report engine service and the js cannot be unloaded because it is not isolated in a module)
  • simpler usage of the viewer which should just require to set ServiceUrl and the js/css would be managed by the component itself