Placement bug rounded rectangle
-
- Posts: 80
- Joined: Thu Aug 18, 2016 7:29 am
Placement bug rounded rectangle
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
Hello.
Please call following code before report rendering and viewering:
Let me know if you need any help!
Thank you.
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;
Thank you.