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,
The standalone report designer needs config settings for
I find that I have to set each of these for every report.
Please add these,
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
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.
running your https://demos.telerik.com/reporting in Chrome 77.0.3865.75, when trying to print the following error is returned:
Refused to execute script from 'https://p.adsymptotic.com/d/px/?_pid=16218&_psign=0aa5badf92527f7732e22463d6fa4dbc&coopa=0&gdpr=0&gdpr_consent=&_puuid=1ddd0495-ceb5-4cd4-b879-03f7c6be269b' because its MIME type ('image/gif') is not executable.
and nothing happens.
wasn't this fixed in your latest update?
is there a workable solution for this issue?
The print functionality cannot be used in Google Chrome 77.0.3865.75 (lastest update). The following error is displayed in the console of the browser: Resource interpreted as Document but transferred with MIME type application/pdf.
As an alternative, you can use other web browsers for printing.
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>
Please add to the Telerik reporting step line chart the same functionality that exists in the kendo ui step line chart. There is an attribute for justified = true that allows the line to step directly to the marker rather than having them placed in the middle of the step. Please see the attached images for the current result vs the desired result.