Placement bug rounded rectangle

Stimulsoft Reports.JS discussion
Post Reply
terje.pedersen
Posts: 80
Joined: Thu Aug 18, 2016 7:29 am

Placement bug rounded rectangle

Post by terje.pedersen »

I have one rounded rectangle with solid background color with a panel above. When I change placement of the rounded rectangle it gets above the panel even though I change using arrange where it should be. To fix it I need to first set left to 100 and then left back to 0, working again..
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Re: Placement bug rounded rectangle

Post by Jan »

Hello.

Please call following code before report rendering and viewering:

Code: Select all

var options = new Stimulsoft.Viewer.StiViewerOptions();
options.appearance.htmlRenderMode = Stimulsoft.Report.Export.StiHtmlExportMode.Div;
Let me know if you need any help!

Thank you.
Post Reply