Unplanned
Last Updated: 07 Apr 2021 08:56 by ADMIN
The Telerik WPF Report Viewer component is not installed in the Visual Studio Toolbox. When you try to add it manually from the assembly 'Telerik.ReportViewer.Wpf.Design',  an error stating that there are no components in the assembly occurs.
Unplanned
Last Updated: 02 Apr 2021 15:32 by ADMIN
ADMIN
Created by: Katia
Comments: 4
Category: Reporting
Type: Feature Request
14
As HtmlTextBox item supports only a limited number of HTML tags and CSS attributes, it cannot be used for rendering a richly-formatted text. The solution can be to use a WebBrowser control (https://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx) in a user function to render HTML to a bitmap and display it in a PictureBox item as described in this KB article: http://www.telerik.com/support/kb/reporting/details/how-to-render-any-html-tags-in-reports

Let us know if you think providing such functionality out-of-the-box would be beneficial for your reports.

Leave here a comment with your thoughts on this subject or vote for this feature.
Unplanned
Last Updated: 02 Apr 2021 11:23 by ADMIN
Created by: Valerio
Comments: 0
Category: Reporting
Type: Bug Report
1
After the report is exported to DOCX from the obsolete report viewer, in Print Layout mode in Word, the image is not visible. It appears Read Mode or Web Layout. A sample application can be found attached.
Unplanned
Last Updated: 02 Apr 2021 11:14 by ADMIN
Created by: Rick
Comments: 4
Category: Reporting
Type: Feature Request
14

Would like my custom report resolver to implement async calls, so need

public async Task<ReportSource>Resolve(stringreport) supported in IReportResolver

 

Thanks!

 

  
Unplanned
Last Updated: 01 Apr 2021 06:14 by ADMIN

Example:
One panel contains two textboxes which both have property Docking set to 'Top'. If the first textbox expands when rendering as a result of overflowing content and property CanGrow set to 'True', the next textbox seems to be correctly positioned, but any item position below the panel with Docking set to 'Top' will be incorrectly positioned.

Completed
Last Updated: 30 Mar 2021 12:39 by ADMIN
Release R1 2021 SP2
The assembly Telerik.ReportViewer.Wpf.Design.dll doesn't contain the required WPF assemblies as resources, which results in the following error when trying to add a viewer from the Visual Studio item template:
Error: Can not resolve assembly from Telerik.ReportViewer.Wpf.Design.Resources.Telerik.Windows.Data.dll
Error: System.ArgumentException: The path is not of a legal form.at System.IO.Path.NewNormalizePath(String path, Int32 maxPathLength, Boolean expandShortPaths)at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)at System.IO.Path.GetFullPathInternal(String path)at System.Reflection.AssemblyName.GetAssemblyName(String assemblyFile)at Telerik.ReportViewer.Wpf.Design.Resources.GetResourceAssemblyName(ITracer tracer, String asmName)
Error: System.NullReferenceException: Object reference not set to an instance of an object.at Telerik.ReportViewer.Wpf.Design.ItemTemplateWizard.CheckTelerikWpfReferences()at Telerik.ReportViewer.Wpf.Design.ItemTemplateWizard.RunStartedCore(Dictionary`2 replacementsDictionary)
Completed
Last Updated: 30 Mar 2021 12:39 by ADMIN
Release R1 2021 SP2
Created by: Todor
Comments: 0
Category: Reporting
Type: Bug Report
2
SignalR jQuery plugin fails to load when the Angular Report Viewer is present in the same application. Removing the following lines from each instance in Reporting package resolves the issue but may introduce other issues:
 
window.$ = jquery;

window.jQuery = jquery;

For example, removing the above lines results in the error '$.throttle is not a function' in the 'continuous scroll' mode of the viewer. The workaround is to use the 'single page' mode.

 

Completed
Last Updated: 30 Mar 2021 12:39 by ADMIN
Release R1 2021 SP2

The application is published as a single-file application on Linux. Here is the stack trace of the error:

[21:52:53 ERR] Value cannot be null. (Parameter 'path1')
System.ArgumentNullException: Value cannot be null. (Parameter 'path1')
   at System.IO.Path.Combine(String path1, String path2)
   at Telerik.Reporting.Configuration.JsonConfigurationProvider.LoadConfiguration()
   at Telerik.Reporting.Configuration.JsonConfigurationProvider.InstantiateProvider()
   at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode)
   at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor)
   at System.Lazy`1.CreateValue()
   at System.Lazy`1.get_Value()
   at Telerik.Reporting.Configuration.JsonConfigurationProvider.get_Instance()
   at Telerik.Reporting.Configuration.TelerikConfigurationManager.GetConfigurationProvider()
   at Telerik.Reporting.Configuration.TelerikConfigurationManager.get_ConfigurationProvider()
   at Telerik.Reporting.Configuration.TelerikConfigurationManager.GetReportingSection()
   at Telerik.Reporting.Configuration.ReportingConfiguration.get_Default()
   at Telerik.Reporting.Processing.RenderingExtensionManager.get_RenderingExtensions()
   at Telerik.Reporting.Processing.ReportProcessor.GetExtensionInfoCore(String name)
   at Telerik.Reporting.Processing.ReportProcessor.GetExtensionInfo(String format)
   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, CancellationToken cancellationToken)
   at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, ReportSource reportSource, Hashtable deviceInfo)
   at HaliburtonSoftware.Reporting.Generation.GenerationProcessor.CreateReport(InstanceReportSource reportSource, String fileName, ReportFormat reportFormat)
   at HaliburtonSoftware.Reporting.Generation.GenerationProcessor.ProcessReport(String culture, String reportName, ReportFormat reportFormat, String fileName, IList`1 parameters, Hashtable deviceInfo)

I also had lots of issues trying to get the application version information of a single-file application and had to revert to using an environmental variable in the container.

Declined
Last Updated: 29 Mar 2021 13:16 by ADMIN
Created by: Michael
Comments: 2
Category: Reporting
Type: Feature Request
1
Hi Team,

While exporting the report displayed in the web report viewer to CSV, we are exporting the textbox name as header value. Which leads to a problem while exporting a dynamic value whose control name is decided at run time. Please provide an option to assign and export value assigned at runtime.

Details of the issue are discussed in below link. Please have a look over the comment raised on 25th Sept 2014 by Perry. 
http://www.telerik.com/forums/exports-to-csv-contains-header-as-textbox-name

Thanks
Unplanned
Last Updated: 29 Mar 2021 13:04 by ADMIN
Created by: Brian
Comments: 4
Category: Reporting
Type: Feature Request
1
When printing large runs of multi page documents (production work orders where each job is 5 pages and we are printing 100 jobs), to support stapling options on the printers.
All office products support this and PDF programs.
Declined
Last Updated: 29 Mar 2021 12:55 by ADMIN
I reported this behavior earlier in a support ticket over two years ago but since it has not been addressed, I would try this approach.

If an AreaSeries has the LineType set to LineTypes.Smooth, the graph series may become misleading or incorrect. Consider the attached screenshot (withoutsettings.png) showing a simple 10 point chart. Looking at the chart, you would assume that between 11:06 and 11:07, the response time was below 0. However the test values indicate that the values never were below 0. This makes the chart  misleading and incorrect. It then makes the chart unreliable to the end user, thus unusable. The quick workaround is to set the LineType=straight but since you support a smooth linetype, it should be correct. Another, more serious, instance in the chart where (using smooth LineType) is where the series line will cross the  x axis point (a timeline chart) more than 1 time which is actually a timeline chart violation. (attached file AreaSmooth2.png) .
Declined
Last Updated: 29 Mar 2021 12:36 by ADMIN
Created by: Stefano
Comments: 2
Category: Reporting
Type: Feature Request
0

Hi,

it would be great to have the ability to style every aspect of the report elements with style rules and with and external stylesheet.

For example a graph can take a long time to be styled correctly.

 

Stefano

Unplanned
Last Updated: 29 Mar 2021 12:33 by ADMIN
Created by: Mario
Comments: 3
Category: Reporting
Type: Feature Request
0

Now you can do it by grouping several options, but what i want is to hide one by one.



Unplanned
Last Updated: 29 Mar 2021 12:30 by ADMIN

The built-in MultiSelect ComboBox offers the "autowidth: true" option. So we need the same for the SingleSelect ComboBox.

The popup element for both of these editors is the same. So please add this option because the lack of it is making us create a custom editor only for this reason.

Declined
Last Updated: 29 Mar 2021 12:17 by ADMIN
Created by: n/a
Comments: 2
Category: Reporting
Type: Feature Request
0
Would be great if your upgrade wizard would look for web.config and web.config.* files to update rather than just the web.config file. 
Declined
Last Updated: 29 Mar 2021 12:12 by ADMIN
Created by: Patrick
Comments: 1
Category: Reporting
Type: Feature Request
2
When we do a copy/cut and paste operation of controls (textbox, htmltextbox, etc.), paste the controls at the mouse position. 
Thanks
Unplanned
Last Updated: 29 Mar 2021 11:21 by ADMIN
Created by: Lars
Comments: 0
Category: Reporting
Type: Bug Report
4
For some reason the export is suppressing leading spaces spaces in front of cells with text so they are not indenting properly. Padding is also ignored.
Unplanned
Last Updated: 29 Mar 2021 11:09 by ADMIN
Created by: Scott Waye
Comments: 0
Category: Reporting
Type: Feature Request
1
I suggest that when saving reports as trdx files (trdp files are no good as they are compressed), that you save the SQL on multiple lines as it appears in the designer to enabled version comparison, i.e. git history of the file's changes can show the changes to the SQL.   Currently the SQL is on one line making it difficult to see the history.
Unplanned
Last Updated: 29 Mar 2021 11:07 by ADMIN
Created by: Folkert
Comments: 0
Category: Reporting
Type: Feature Request
1
It would be nice if resx files to localize the (wpf) report viewer can be placed in a specific resource path instead of the main folder of the VS project.

For example a 'Resources' folder within the 'Properties' folder of the VS project.
Unplanned
Last Updated: 29 Mar 2021 10:56 by ADMIN
Created by: Rick
Comments: 1
Category: Reporting
Type: Feature Request
12

Telerik Reporting needs a comments feature in the expression window. Some of our expressions are complicated and it would be great if we could put a comment in there for future reference.

Something like // or #

And yes, I've seen the iif(true=false...) method which is... not great.

 

Thanks!