WebViewer Rendering Issue

Stimulsoft Reports.WEB discussion
Post Reply
vineet
Posts: 69
Joined: Fri Nov 10, 2017 3:12 am

WebViewer Rendering Issue

Post 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
2018-08-01_163647.jpg (124.85 KiB) Viewed 1619 times
Attachments
Report.mrt
(29.51 KiB) Downloaded 136 times
Lech Kulikowski
Posts: 6259
Joined: Tue Mar 20, 2018 5:34 am

Re: WebViewer Rendering Issue

Post by Lech Kulikowski »

Hello,
1.jpg
1.jpg (11.02 KiB) Viewed 1588 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
2.jpg (7.53 KiB) Viewed 1588 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
3.jpg (7.33 KiB) Viewed 1588 times
also, set brush as grey
4.jpg
4.jpg (7.19 KiB) Viewed 1588 times
vineet
Posts: 69
Joined: Fri Nov 10, 2017 3:12 am

Re: WebViewer Rendering Issue

Post 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?
Lech Kulikowski
Posts: 6259
Joined: Tue Mar 20, 2018 5:34 am

Re: WebViewer Rendering Issue

Post by Lech Kulikowski »

Hello,

Please check the report in the attachment.

Thank you.
Attachments
modified.mrt
(29.36 KiB) Downloaded 141 times
Post Reply