Completed
Last Updated: 26 Mar 2021 16:56 by ADMIN
Facilitate the Web Service Data Source initial setup or editing in Web Report Designer with a user-friendly wizard. 
Completed
Last Updated: 26 Mar 2021 16:52 by ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Web Report Designer needs a reset option for properties area editors to revert the properties values to the default property value.
Completed
Last Updated: 26 Mar 2021 16:50 by ADMIN
The current selection of the Properties Area state is lost on selection change. Restoring the Properties Area state after report item selection will improve the Web Report Designer usability.
Under Review
Last Updated: 26 Mar 2021 16:36 by ADMIN
Created by: Mark
Comments: 7
Category: Reporting
Type: Feature Request
12
I have a requirement for my report book to feature a title page and *THEN* a table of contents for the report book, followed by the report book's content. Currently, the TOC for a report book can only go at the beginning or the end of the book. My requirement required the ability to specify the TOC position more generally.
Here are two possible approaches:

1. Implement the requirement as it is stated by allowing the report book's TOC to be positioned after such and such a report - the nth, or some other means of identification.
2. Honour the TOC for a report book that is nested inside another. I created a 'sub book' with the TOC as its first page and then added this an outer book. Unfortunately, the inner book's TOC was not honoured and the report was skipped.

To my mind, the second suggestion above feels easier to implement (but I am guessing, of course). It certainly would allow just about any combination.
Declined
Last Updated: 26 Mar 2021 16:17 by ADMIN
Created by: Travis
Comments: 2
Category: Reporting
Type: Feature Request
5
A Reporting engine should expose the ability to control the layout of the table of contents\Document Map. Reports are not always data driven and should give the ability to display the contents of the report at different levels, much like Microsoft Word does with their table of contents.
Declined
Last Updated: 26 Mar 2021 15:35 by ADMIN
Created by: Andreas
Comments: 4
Category: Reporting
Type: Feature Request
7
Please add a new ZoomMode to stretch the report to the viewer's visible area 
Completed
Last Updated: 26 Mar 2021 13:54 by ADMIN
Release R1 2021
Add context menu commands and improve the user experience for editing Crosstab, Table, and List items.
Completed
Last Updated: 26 Mar 2021 10:40 by ADMIN
Created by: Peter
Comments: 1
Category: Reporting
Type: Feature Request
5
Automate the process of integrating the Web Report Designer widget in Visual Studio projects. Automatically detect and add missing NuGet dependencies, add ReportDesignerController, and configure the project.
Unplanned
Last Updated: 25 Mar 2021 14:53 by ADMIN

To store reports, the Web Report Designer offers FileDefinitionStorage as an out-of-the-box solution for the DefinitionStorage. this FileDefinitionStorage does not support relative paths or sub-directories.

While the UriReportSourceResolver, which is used in the REST Service for rendering reports, does support sub-directories. These two services will often be used together, and for this reason, should behave consistently. 

Declined
Last Updated: 24 Mar 2021 10:21 by ADMIN
Created by: Swaleh
Comments: 1
Category: Reporting
Type: Feature Request
0
I would like to reorder the columns in a table but that cannot be achieved by a simple drag and drop.
Unplanned
Last Updated: 24 Mar 2021 07:55 by ADMIN
Please, add an option to use a report hosted on the Telerik Report Server in the Web Report designer.
Unplanned
Last Updated: 22 Mar 2021 11:50 by ADMIN
I have a sub-report with cross-section items that works well.  Then when I use the sub-report in the main report the cross-section vertical lines disappear.
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.

 

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.
Unplanned
Last Updated: 16 Mar 2021 07:41 by ADMIN
Created by: Krishna
Comments: 4
Category: Reporting
Type: Feature Request
3
Can we achieve Excel slicers kind of filters in Dashboards using Telerik Report controls?
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: 15 Mar 2021 10:44 by ADMIN
Created by: Jason
Comments: 0
Category: Reporting
Type: Feature Request
3
It would be nice if the freezing functionality is supported in Excel too.
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)

Declined
Last Updated: 03 Mar 2021 11:11 by ADMIN

I have C# external c# function that my report is uses =pws_service.Reports.ReportFunctions.IndentLevel(Fields.Pad, Exec('table5', AllDistinctValues(Fields.Pad)))

It looks like the report designer is unable to locate the c# function code. Is there a configuration to say where this code lives?

 

Unplanned
Last Updated: 02 Mar 2021 13:36 by ADMIN
I'm using HTML5 ReportViewer within a Kendo Tab. If I opened the Search dialog of the viewer and then closed the viewer's tab, the Search dialog window remained.