Hi,
i have a very big problem with Telerik Reporting after upgrading from version 2017 R3 (11.2.17.503) to the latest version.
I tested also the version (2018 R3, 2019 R1 SP1, 2019 R2 SP1).
After installing the newer version, customers see data of other customers!!
I have a multi-tenant system. All of our report data sources filters by the logged in user TenantId (ASP.NET Identity).
But with newer versions if a second user opens the same report, he gets the data from the first user.
You can find a working repro here: https://github.com/IT-CASADO/Telerik-Reporting-Bug1
Clone the project and bring it to run. In branch "master" you find the working version, and in the branch "features/v13.2.19.918" you find the broken version.
Regards,
Daniel
Hi,
Most design programs allow the user to select and object and "nudge" (move) up, down, right, left in very small increments.
I miss this feature in the report designers. Always have to use the mouse is not the best experience in tight places.
Please add this capability.
Some programs also have variations of the feature base on the if the user presses CTRL+ {ARROW} or SHIFT + {ARROW}
Thank you,
Karl
StyleRule Collection Editor Members list NEEDS to be resizable.
PLEASE SEE THE ATTACHED IMAGE
It's frustrating to have to scroll a Listbox horizontally to read the values.
This control should be wider by default, and then allow the user to resize, and then REMEMBER their resize.
Thank you,
Karl
Hi,
It gets frustrating always resizing every dialog so I can use it, each time I open them.
Please give the Report Designer Dialogs, and Visual Studio dialogs a save size setting so when reopened they will go back to the same size.
Thank you,
Karl
Hi,
It's very frustrating having to type in Style Names in the Properties tool window.
All styles names both internal and external should be known by the standalone designer or Visual Studio designer.
This would be a big productivity boost.
Karl
I have scenario like this: Sam requests a product report from company A. Marvin creates the report and send it back to Sam. Sam imports it. It would be best if Marvin (Author of the report) could specify all the meta data so that Sam doesn't have to enter these things.
In my case I need following metadata for the report:
I used https://docs.telerik.com/reporting/html5-report-viewer-howto-use-it-with-reportserver to setup an HTML5 Report Viewer with Report Server. After running the project, the viewer does not load. It seems that it could not find telerikReportViewer script.
Workaround: Instead of
<script src="/api/reports/resources/js/telerikReportViewer"></script>
use absolute path:<script src="http://yourreportserverhost:83/api/reports/resources/js/telerikReportViewer"></script>
Add the ability to control the distance between the Image and the Text for a Check Box & Radio Box. A space may be used but this does not work where the text wraps to another line and does not give the required level of control.
The Telerik Reporting only support fixed size page now. But sometimes we need continues-roll paper mode.(like: receipt paper) Some reporter tools: ActiveReports, it has 3 mode:(Page Reports, RDL Reports, Section Reports) On "Telerik Forums / Reporting Forum" there is already some people asked it before 2 years ago. But until now the basic feature not release....