I have implemented heatmaps from the site:https://www.patrick-wied.at/static/heatmapjs/
They allow me to zoom in at different levels in a map to see where the greatest sales are, for example, and puts a hotspot where the highest sales are.
It would be awesome if I could put this in a Telerik report as an alternative from the choropleth heatmap.
When trying to set the 'parametersAreaVisible' option in the Angular viewer the application breaks with an error in the browser console:
"Can't bind to 'parametersAreaVisible' since it isn't a known property of 'tr-viewer'."
Hello,
I have been working on some reports that require multiple tables on a single page. This limits the space columns have for data being bound to fit and results in text wrapping. I made a support ticket asking if there was a way to have dynamic column widths. I hoped to find a way to get table columns to change their widths depending on the data being bound to the table, while still maintaining the overall width of the table. My idea was to have it distribute the space (change the column width) to best display data and avoid text wrapping if possible.
Attached to this request are some PDFs. One of them ("Current Report") shows that some data is either cut off or uses text wrapping. The other attached PDF shows the closest I could get to an acceptable layout, given our clients requirements and what our design team wants the reports to look like.
Thank you!
The image box should allow selecting how the image should be aligned within the box.
Ie, if I select ScalePorportional, it will always center the image either vertically or horizontally. I should be able to further align it to the one or two of the sides of the box. This would allow say the upper left corner of the image to always be locked in place.
If a table-based item (Table, List, Crosstab) does not fit in a single page and needs to occupy more than one page, its bottom border is not drawn on the first page and its top border is not drawn on the second (subsequent) page. This behavior is by design and its purpose is to help the users visually distinguish the table as a single item. The table has only one top and bottom border and they are displayed at the beginning and at the end of the table, regardless how many pages the table actually occupies.
Since users might find this confusing, a table should have a property controlling this behavior. The default state of the property will preserve the current rendering. If the user explicitly sets the property, then the table will draw its top and bottom borders on every page it occupies.
Hello,
It would be nice to control the report loading animation during a report viewer refresh. We are refreshing a report every x seconds and it appears to be flickering during a refresh.
Thank you.
Currently the Web Report Designer (WRD) can only work with reports stored on the server where the WRD Web API service is hosted.
A nice addition would be the option to select a local TRDX/TRDP file from the client file system and upload it to the server, when opening a new report for edit.
When saving such report there should be an option to download it to the client's file system as well.
With this approach the open/save operations will more closely resemble those of the standalone report designer.
In the ReportProcessor, it would be interesting to be able to capture the log.
Since it is shown on the Console. And if possible to have other statuses such as generated the query, loading resources etc ...
Processing report
Rendering report
You can also calculate an estimated time to process / render.
Tranks.
Hello,
It would be nice if Telerik Reporting supported an organizational chart type like in ASP.NET AJAX. See the following image for a reference.

Hello,
I am working on Blazor reporting project and I have described the situation already in this post:
https://www.telerik.com/forums/report-viewer-and-web-designer-in-blazor#zGr6FO2mDEmkfLWIP_T_9A
Please add Blazor ReportDesigner wrapping Your HTML designer and use .NET 5 js/css isolation to manage js/css loading by the component itself and not globally.
Thank You
Marek Ištvánek
The design-time web service data source parameter values are not displayed in the Web Report Designer while correctly read by the Standalone designer.
The run-time web service data source parameter values are displayed as [object] rather than expressions.
Check this screenshot for clarity.
The @progress/kendo-ui package breaks the report viewer:
The default value of the report property SkipBlankPages is True and when there is an error in the report, for example, due to a problem with the connection to the database, the error message may be hidden as the report is not rendered at all.
The report should be rendered in order to display the error message also when SkipBlankPages is True.
If I use Microsoft.AnalysisServices.AdomdClient assembly with version 13 or higher, I receive the following exception:
An error has occurred while processing Report 'Report1': Unable to establish a connection to the database. Please verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application. ------------- InnerException ------------- Attempt by security transparent method 'Telerik.Reporting.Adomd.AdomdProviderFactory.CreateConnection()' to access security critical method 'Microsoft.AnalysisServices.AdomdClient.AdomdConnection..ctor()' failed. Assembly 'Telerik.Reporting.Adomd, Version=16.0.22.119, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' is marked with the AllowPartiallyTrustedCallersAttribute, and uses the level 2 security transparency model. Level 2 transparency causes all methods in AllowPartiallyTrustedCallers assemblies to become security transparent by default, which may be the cause of this exception
With earlier versions, the data source works as expected.
The customer should be able to disable printing, text and graphic selection and extraction, page rotations and others.