Unplanned
Last Updated: 22 Jan 2021 09:16 by ADMIN
Created by: Ken
Comments: 0
Category: Reporting
Type: Feature Request
2
It would be very useful if the page numbering is restarted after the TOC. 
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.

Completed
Last Updated: 17 Jul 2025 07:51 by ADMIN
Release 2025 Q3
Setting the same positive padding-left and negative text-indent of a paragraph in HtmlTextBox results in the first characters of the text being hidden.
Under Review
Last Updated: 04 Feb 2022 09:39 by ADMIN
Unable to get report parameters.
An error has occurred.
Type: Telerik.Reporting.ReportSerialization.Current.ReportSerializable`1[Telerik.Reporting.Report]
Unplanned
Last Updated: 22 Jan 2021 09:18 by ADMIN
Created by: Ken
Comments: 1
Category: Reporting
Type: Feature Request
2

Normally table's of context are formatted with roman numerals.  Based on the responses in the forum, only Arabic numbers are allowed.  Request the ability to change the formatting of the rule numbers and restart the page numbering after the TOC.

 

Unplanned
Last Updated: 09 Feb 2022 07:42 by ADMIN
Created by: Maxim
Comments: 2
Category: Reporting
Type: Bug Report
5
I have a table in the Report Header and when I export to CSV format, the table does not appear in the document.
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: 04 Jan 2021 13:42 by ADMIN

When a report is rendered by the REST Service, and that report has an element with applied 'Navigate To Report'-action, the full path of that file is being used as a reference, instead of a relative path or just the report-name.

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

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.

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.
Unplanned
Last Updated: 18 Jan 2021 10:28 by ADMIN
There are multiple small visual defects when using the npm packages @progress/kendo-theme-default or -material:
- Toolbar glyphs are not centered
- Export submenu appears to the far left side.
- Toast messages for Loading/Done have no background and so interfere with report data.
- All report data is offset when using material theme.
Unplanned
Last Updated: 20 Dec 2020 18:28 by ADMIN
Created by: AlbertBoettger
Comments: 0
Category: Reporting
Type: Feature Request
8
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.