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.
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: 15 Dec 2020 12:23 by ADMIN
Created by: Peter
Comments: 0
Category: Reporting
Type: Feature Request
1
Barcode.Encoder should have a custom option and with Bindings/Expression and user function to provide a barcode matrix for rendering any barcode symbology. 
Completed
Last Updated: 15 Dec 2020 12:02 by ADMIN
Release R2 2020 SP1
Created by: Chris
Comments: 0
Category: Reporting
Type: Feature Request
7
As part of our security best practices, we need all components that we use to be Code Signed using SHA256.
Completed
Last Updated: 15 Dec 2020 11:13 by ADMIN
Release R3 2020 SP1
Created by: Simon
Comments: 5
Category: Reporting
Type: Feature Request
5
This will allow the SVG images to retain high quality at all zoom levels.
Completed
Last Updated: 15 Dec 2020 10:50 by ADMIN

Currently, you need to add the Web Report Designer manually following the steps here:

https://docs.telerik.com/reporting/web-report-designer-setup-in-net-core

https://docs.telerik.com/reporting/web-report-designer-setup-in-dot-net-framework

It would be nice to have templates in VS as an easier way of adding the Web Designer.

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
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.

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: 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.
Under Review
Last Updated: 03 Dec 2020 09:56 by ADMIN
Created by: Heiko
Comments: 1
Category: Reporting
Type: Bug Report
1

The SearchDialog is placed based upon a parent window of type "Window". However, when I use other types like "RadRibbonWindow" as my main window the placement does not work correct. As a result the SearchDialog is shown in the upper right corner of the desktop. This is the code (in SearchDialogController.cs):

        Window GetParentWindow()
        {
            return (this.model.PageScrollViewer == null)
                ? null
                : this.model.PageScrollViewer.FirstParentOfType<Window>();
        }

At least this method should also take RadRibbonWindow in account (this is certainly not used that rarely since we all use Telerik components!) or for a more generic solution look for types that are derived from Window.

Unplanned
Last Updated: 02 Dec 2020 16:45 by ADMIN
Created by: Heiko
Comments: 1
Category: Reporting
Type: Feature Request
1
Please add a property "ToolbarVisible" to WPF ReportViewer. Most of the cases the buttons are not useful or should be replaced by some custom toolbar. 
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: 23 Nov 2020 08:15 by ADMIN

Steps to reproduce:

1.Download and run the project

2. If the scaleMode is FitPage, the report doesn't appear

3. If the scaleMode is FitPageWidth, the UI seems to be broken

You can check the attached video for further reference.

 

Unplanned
Last Updated: 23 Nov 2020 07:44 by ADMIN

Steps to reproduce:

1. Download and run the attached project in IE or Firefox

2. Write in the field for example "haha" and click the button.

3.Scroll down and you will notice that the headers are not frozen.

Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)
Created by: XicoFininho
Comments: 1
Category: Reporting
Type: Bug Report
0
The default scale mode has changed between version 13.1.19.514 and 14.2.20.1021 for the HTML5 Webforms Viewer. Not defining a scale-mode for the viewer in 13.1.19.514 default to scaleMode.Specific while in 14.2.20.1021 it defaults to scaleMode.FitPage.
Completed
Last Updated: 18 Nov 2020 10:24 by ADMIN
Release R3 2020 SP1 (Latest Internal Build)
Clicking Zoon In button in the viewer's toolbar makes the report content smaller instead of larger. Reproducible when PageMode is set to SinglePage.