Unplanned
Last Updated: 15 Jul 2019 15:03 by ADMIN
When a Panel is left docked to the detail section of a report and a table spills to another page, leaving empty space at the bottom (to indicate the table continues), the Panel height is less than the detail section height.
Unplanned
Last Updated: 15 Jul 2019 10:46 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Bug Report
1
When a column is hidden through binding, a small gap appears to the border of the next column.
Unplanned
Last Updated: 11 Jul 2019 11:45 by ADMIN
Created by: Daniel
Comments: 0
Category: Reporting
Type: Bug Report
4
Sometimes the KeepTogether property of the group header doesn't work properly. The content goes to next page even if there is enough space for the items.
Unplanned
Last Updated: 22 Dec 2020 17:01 by Dennis
Created by: Brandon
Comments: 3
Category: Reporting
Type: Feature Request
7

Feature Request - Show email sent / error notification using the report viewers built-in notification system. 

It would be nice to have an option to have a message shown when the email with the report is sent or if there was an error sending.
Right now when you hit email and send the user does not know if it was successful or not. Being async is nice but I have noticed that it could take a few seconds to complete and if the user navigates away from the report viewer during this time the report has the possibility of not sending. Either way right now the user has no definitive method of knowing if the email was sent or not.

 

 

Declined
Last Updated: 15 Jul 2019 11:24 by ADMIN
Created by: Tursunkhuja
Comments: 1
Category: Reporting
Type: Feature Request
4

Reporting environment:                                                                                      

  • UWP using the web viewer
  • Odata web service to retrieve data (Web service data source)

The problem: I have a table that has several million records. I have a report with parameters to query those records. Example on a sales report: Customer (All or specific customer) and Product (All or specific product) and date range.  If by mistake the user selects all customers, all products, and a date range of 10 years, he may get millions of records for the report.  After several seconds he realizes that he entered the wrong parameters and wants to cancel the report.  There is no way to cancel. The solution was to run this in another thread and kill the process. That seems like a hack and doesn’t stop the web request so the web service keeps working even after the report has been killed.

Change request: Allow canceling in two ways:

  1. The report viewer (we are using the web viewer) should have a cancel button
  2. We should be able to cancel a report programmatically. 

The web data source should implement the “Cancellation Token” and cancel the web request when the report is canceled.  Postman, browsers, and other tools use this technique so that the web service understands that the data is no longer needed and it can stop the request.

Some links explaining how to implement Cancellation Tokens:

Completed
Last Updated: 22 Oct 2019 11:28 by ADMIN
When a TextBox is deleted from a localized report, if a new TextBox is added, its localized value would be set to the localized value of the deleted TextBox.
Unplanned
Last Updated: 02 Jul 2019 09:08 by ADMIN
Created by: Ronald
Comments: 0
Category: Reporting
Type: Bug Report
1
After the report is translated we started to change the sequence of parameters. This works fine except the translated texts do not move with it. So parameters have the wrong text.
Unplanned
Last Updated: 26 Jun 2019 13:09 by ADMIN
When in a table group GroupKeepTogether is set to True and PageBreak to After, the Table item may not render correctly in physical paging formats. In formats, without physical paging, the report is displayed correctly.
Declined
Last Updated: 03 Jul 2019 08:54 by ADMIN
Created by: Patrick
Comments: 1
Category: Reporting
Type: Feature Request
0

Hi, can you organize the progress windows' program group and group packages by version? A sample of half of my list in windows in the file I joined.

Thanks,

Unplanned
Last Updated: 24 Jun 2019 10:05 by ADMIN
Created by: John
Comments: 0
Category: Reporting
Type: Feature Request
3
It would be great if it is possible to access the Windows User in the report without the need of writing additional code.
Unplanned
Last Updated: 24 Jun 2019 09:08 by ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Currently to add a new Shared/Project DataSource a new component item is added and then modified manually to Telerik Reporting DataSource. This is not obvious and is kind of peculiar workflow. Thus consider adding ItemTemplates to manage the process for adding new Telerik Reporting Shared/Project DataSources.
Completed
Last Updated: 17 Dec 2020 09:02 by ADMIN
Release 2020 R1 SP1
Created by: Chris
Comments: 2
Category: Reporting
Type: Bug Report
4

StackTrace of the error:

 System.NullReferenceException: Object reference not set to an instance of an object.
   at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
   at Telerik.Reporting.Interfaces.LocalizationContext.GetString(String resx, String key)
   at Telerik.Reporting.SRDescriptionAttribute.get_Description()
   at Telerik.Reporting.Expressions.EnumContextManager.GetItem(Type enumType)
   at Telerik.Reporting.Processing.ReportExpressionContext.RegisterAllReportingEnums()
   at Telerik.Reporting.Processing.ReportExpressionContext..ctor(Type reportType, AssemblyRefManager assemblyRefManager)   at Telerik.Reporting.Processing.ReportParametersManager`1.CreateExpressionContext(Report report, IList`1 runtimeParameters, AssemblyRefManager references)
   at Telerik.Reporting.Processing.ReportParametersManager`1..ctor(Report definitionReport, IEnumerable`1 definitionParameters, IDictionary`2 reportSourceParameters, IDataProviderContext dataProviderContext, AssemblyRefManager references)
   at Telerik.Reporting.Processing.DocumentParametersManager`1.CreateManager(Report definition, IDataProviderContext dataProviderContext, IParameterValueParser parameterValueParser, IDictionary`2 rsParameters, AssemblyRefManager references)   at Telerik.Reporting.Processing.DocumentParametersManager`1.CreateManagers(IProcessingContext context, IParameterValueParser parameterValueParser)
   at Telerik.Reporting.Processing.DocumentParametersManager`1..ctor(ResolvedReportDocument resolvedReports, IProcessingContext processingContext, IParameterValueParser parameterValueParser)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessReportSource(ReportSource reportSource, IRenderingContext context)
   --- End of inner exception stack trace ---
   at Telerik.Reporting.Processing.ReportProcessor.ProcessReportSource(ReportSource reportSource, IRenderingContext context)
   at Telerik.Reporting.Processing.ReportProcessor.ProcessReportSource(ReportSource reportSource, Hashtable deviceInfo, IRenderingContext context)
   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, CreateStream createStreamCallback, String& documentName)

Unplanned
Last Updated: 20 Jun 2019 10:37 by ADMIN
The border of the text which is located in the HtmlTextBox does not appear in the HTML5ReportViewer
Unplanned
Last Updated: 21 Jun 2019 11:19 by ADMIN
Created by: Carl
Comments: 1
Category: Reporting
Type: Feature Request
1

It would be extremely useful to have a Crosstab export the entire hierarchy as groups in Excel. SQL Reporting Services does this when exporting a report created there. I realize that this would mean generating the entire dataset prior to the export in order to expand all the data, but as I said, SSRS does this without a noticeable performance delay.

 

 

Unplanned
Last Updated: 11 Oct 2019 12:09 by Glenn
Created by: Glenn
Comments: 1
Category: Reporting
Type: Feature Request
10
I would like to be able to do this syntax: Fields.Address?.State.  If address is null, then it is the same as state being null.  Instead of displaying an error, it would just show blank.
Unplanned
Last Updated: 21 Jun 2019 08:14 by ADMIN

I am using the standalone report designer with an ObjectDataSource that returns ExpandoObject. I did create some new ExpandoObject objects and set property values as suggested in https://www.telerik.com/support/kb/reporting/details/how-to-use-objectdatasource-with-expandoobjectThe problem I have that the dynamic properties of ExpandoObject are now showing in the data explorer.

Completed
Last Updated: 14 Jul 2020 19:09 by Thomas
Created by: Thomas
Comments: 2
Category: Reporting
Type: Bug Report
2

If during the report rendering stage, one or more of the required entities in the File storage were removed/deleted by third-party software, it will prevent the report from finishing the rendering and throws a NullRefereceException:

System.NullReferenceException: Object reference not set to an instance of an object.
   at Telerik.Reporting.Services.Engine.Document.AddClientToolTipsResource(IList toolTips)
   at Telerik.Reporting.Services.Engine.Document.FinishRendering(ReportRendererResult result)
   at Telerik.Reporting.Services.Engine.ReportEngine.RenderReportDocument(String pendingRenderingId)
   at Telerik.Reporting.Services.Engine.TaskQueue.WorkerThread.ProcessItems()
   at Telerik.Reporting.Services.Engine.TaskQueue.WorkerThread.ThreadProc()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()]

Pending Review
Last Updated: 01 Jul 2019 05:25 by ADMIN

Hi,

 

There is an issue where the search window that opens from the Report Viewer tool bar does not allow for deleting text from the search string input box using backspace.

The keyboard command provider seems to have many other keys covered for the intended behavior, but backspace does not seem to be handled appropriately.


Unplanned
Last Updated: 06 Jun 2019 11:56 by ADMIN

Telerik saving to PDF issue intermittently.  The issue is that the graph gets skewed and then won’t open in Acrobat once the report is exported.

Completed
Last Updated: 01 Nov 2019 16:47 by ADMIN

Go to page https://demos.telerik.com/reporting/product-catalog?&skinName=default

Open search dialog.

Try to move search dialog pressing left mouse button on search dialog title.

Incorrect behavior: search dialog disappears and appears again only when you finish pressing left mouse button.