Hi,
Arabic reports work well on Windows, but when the app is published to Docker, the report viewer shows the correct report, but when printing or exporting PDF, the report is drawn from left to right with incorrect format and layout.
Here is an example of a Docker PDF
, but this is the correct report on the Report Viewer
I have one table in sql server and I am fetching it in standalone report designer using stored procedure but I need distinct values to be displayed only.
Is there a method in standalone report designer to show only distinct values because I can't do it in sql server for some reasons.
Thank you in advance.
Hello
I have VS2022, and two versions of Telerik Reporting installed ( 16.0.22.225, and 16.2.22.1109).
If I open a reporting project in Visual Studio; I do not see any Telerik items in the toolbox. I have reset the toolbox, ran the Telerik installers, etc. and cannot get them to load.
If I try to manually add the controls to the toolbox, the "Choose Toolbox Items" window shows all the controls checked off
I've seen the multiple posts here and other sites with solutions to this issue, but they are not working for me.
How can I add the 16.0.22.225 reporting controls to my toolbox?
Thanks.
Hello!
Facing a very strange issue: when I updated from 16.1.22.622 to the latest one 16.2.22.1109 list-based filters are selecting in a weird way: select all/deselect all is working. Still, individual values are not switching correctly (as I can see the parameter aria-selected is not changing properly).
The only real update was related to this version switch (had to do it as I can't find a previous version of a standalone Report Designer - for some reason can download only the latest one - and right now schema changed so I can't use new report files with an older package).
Any ideas about what can be a reason? A quick comparison of existing minified JS doesn't show any significant changes. We are using .NET 5.
Any direction would be quite helpful.
Best regards & stay safe.
The report I'm trying to create has multiple sections and at the start of each section, there needs to be a map to display all POI found in the section. The map generated for the first section of the report previews fine with the extent correctly set showing a zoomed-in map. The problem is with all the following sections, each of these maps don't have their extent set and instead just shows the un-zoomed world map.
I tried putting the map into its own sub-report but I experienced the same issue.
Is it possible to generate a map with "droplet" markers? If possible these would also include a number linking them back to the legend.
The closest map type is the Point Map type but I'm not sure how to replace the point with an image or how I would add a legend label within the image.