--------------- PAGE 1 ---------------------------
Column 1 Column 2
[Report Category 1 ] [Report Category 2 ]
|
|
[
--------------- PAGE 1 ---------------------------
Column 1 Column 2
[Report Category 1 ]
|
|
[
--------------- PAGE 2 ---------------------------
Column 1 Column 2
[Report Category 2 ]
|
|
[
Dear Telerik Support,
I create a table in report designer then I use it to display on Chrome. My problem is some border is thicker than the other , even though I have not change any border width.
Greetings
Atipong
Sometimes in my donut charts they are drawn with a "slice missing". The data points are all represented, the values all add up - it just doesn't go all the way around the circle. Anyone seen that, or have a fix?
We have got raport with some subraports in it. Main one was executing sql data source which values was used to pass as raport parameters to subRaports.
One of the parameters was xml.
Everything worked fine on teleric raports 2015, but after change to 2018 (trdx to trdp files), xml values are not passed to subreports with xml param.
Did format of xml changed? Or it should be passed in some new way?
We are rendering reports from code. Every other raport without xml parameters works fine in new dll.
I'm currently working on Document with fixed layout (Europe Uniion Normed size). In this document i have table, which have to be with fixed size. How can i set Table size at deign time?
Is it possible to makethe multiple pages with same layout if the the Table doesnot fit in the Table size
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