Hi,
I was using previously telerik reporting with angular 5. After the new release we are investigating the update to Angular 7 and Telerik 2019 R1 SP1.
We have done the updates on our solution and we have encountered a few issue:
1. Styles are not retrieved from "telerikReportViewer-sass.css" file, but they are embedded in the dll, and we were missing for the .trv-pages-area div{box-sizing:content-box}; it was border-box (resulting in wrong visualization of the controls, they were vertically cut and the crosstab was having big borders between cells). We have fixed this using this thread https://www.telerik.com/forums/custom-popup-editor-layout-issue (that pointed to this:
https://docs.telerik.com/kendo-ui/third-party/using-kendo-with-twitter-bootstrap#nesting-kendo-ui-widgets-and-bootstrap-grid-layout ). I don't know if there is a better way, so if you have any hints, we are opened to them.
2. We have a report with 4 pages. Now with the new feature of continuous scrolling we get all pages on beneath each other. We don't want this, so we have set the PageMode to SINGLE_PAGE (in the ts file: public pageMode = 'SINGLE_PAGE'; and in the html file [pageMode]="pageMode" under the <tr-viewer>). With this change it broke the scale of the zooming of the report viewer (only 0.75 and 1.5 are available). We don't have the intermidiate scales and all that go until 9 scale. I think this is a bug.
The 2nd part is the most critical one.
Thank you,
Vlad