Page 1 of 1
WebViewer Rendering Issue
Posted: Wed Aug 01, 2018 6:45 am
by vineet
Stimulsoft.Web 2018.2.3 --> WebViewer
The web viewer in our ASP .NET application has issues rendering this report. Then I figured out that the designer also cannot render the HTML Preview properly.
Please check the attached report and the screenshots. You can replicate it by clicking on HTML Preview and the normal Preview.

- 2018-08-01_163647.jpg (124.85 KiB) Viewed 1984 times
Re: WebViewer Rendering Issue
Posted: Sun Aug 05, 2018 8:50 am
by Lech Kulikowski
Hello,

- 1.jpg (11.02 KiB) Viewed 1953 times
That issue was fixed.
Due to the export features (table mode), the transparency of the components does not give anything.
Text with a transparent background is displayed on the background of the page, not the underlying component. So the text in the first frame should be set to a gray background, in the second frame - black.

- 2.jpg (7.53 KiB) Viewed 1953 times
the gap in the second and third frame is obtained due to the fact that for the text (the value of "33") little space is allocated in height, and the browser automatically increases the height of these cells.
But the frame is made by a shape, which is exported as a picture; on top textboxes - the picture is broken into parts and the side picture does not stretch together with the cell, because has a specific size. that's the bottom of the picture gap.

- 3.jpg (7.33 KiB) Viewed 1953 times
also, set brush as grey

- 4.jpg (7.19 KiB) Viewed 1953 times
Re: WebViewer Rendering Issue
Posted: Mon Aug 06, 2018 8:16 am
by vineet
Thanks so much. I can see that the bottom texts are having a very low font compared to the initial requirement. Can you please send me the report as well so that I can see all the changes that you did?
How did you manage to show the Flag icon picture to appear correctly?
How did you remove the white edge gaps on the "33" text cells?
Re: WebViewer Rendering Issue
Posted: Mon Aug 13, 2018 6:31 am
by Lech Kulikowski
Hello,
Please check the report in the attachment.
Thank you.