Page 1 of 1

Bug with Shapes(Rectangle, Triangle etc) (SOLVED)

Posted: Tue Aug 02, 2016 2:06 pm
by rodrigorodrigues
Hello, when I insert any shape on layout mode, the preview mode shows very diferent, see the attachment.

This happens when I insert any text inside the shape, can I do that? or is it a bug?

Re: Bug with Shapes(Rectangle, Triangle etc)

Posted: Tue Aug 02, 2016 8:09 pm
by Alex K.
Hello,

Thank you for the bug report.
We need some additional time for fix the issue. We will let you know about the result.

Thank you.

Re: Bug with Shapes(Rectangle, Triangle etc)

Posted: Fri Aug 05, 2016 5:53 am
by Alex K.
Hello,

Please try to set the following option:

Code: Select all

var options = new Stimulsoft.Designer.StiDesignerOptions();
options.appearance.htmlRenderMode = Stimulsoft.Report.Export.StiHtmlExportMode.Div;
Thank you.

Re: Bug with Shapes(Rectangle, Triangle etc)

Posted: Fri Aug 05, 2016 11:07 am
by rodrigorodrigues
it worked, thank you!

This issue also happens using the Designer standalone, you should set this option inside the Designer.exe

Re: Bug with Shapes(Rectangle, Triangle etc) (SOLVED)

Posted: Fri Aug 05, 2016 11:53 am
by Alex K.
Hello

We are always glad to help you!
Let us know if you need any additional help.

Thank you.

Re: Bug with Shapes(Rectangle, Triangle etc) (SOLVED)

Posted: Fri Aug 19, 2016 5:05 am
by terje.pedersen
In our solution this problem was solved by using:

Code: Select all

const settings = new Stimulsoft.Report.Export.StiHtmlExportSettings();
settings.htmlType = Stimulsoft.Report.StiHtmlType.Html5;
The designer.exe (JS_2016.08.12) > Preview still doesn't work regarded to this issue, the preview doesn't look like it should do.

Re: Bug with Shapes(Rectangle, Triangle etc) (SOLVED)

Posted: Sat Aug 20, 2016 8:04 am
by Jan
Hello.

We will change default render mode for the report designer in few next versions.

Thank you.