Page 1 of 1
Placement bug rounded rectangle
Posted: Fri Aug 19, 2016 8:58 am
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..
Re: Placement bug rounded rectangle
Posted: Sat Aug 20, 2016 8:02 am
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.