Bug with Shapes(Rectangle, Triangle etc) (SOLVED)
-
- Posts: 11
- Joined: Mon Aug 01, 2016 11:25 pm
Bug with Shapes(Rectangle, Triangle etc) (SOLVED)
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?
This happens when I insert any text inside the shape, can I do that? or is it a bug?
- Attachments
-
- Preview mode
- preview.png (18.81 KiB) Viewed 5565 times
-
- Layout mode
- designer.png (50.63 KiB) Viewed 5565 times
Last edited by rodrigorodrigues on Fri Aug 05, 2016 11:09 am, edited 1 time in total.
Re: Bug with Shapes(Rectangle, Triangle etc)
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.
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)
Hello,
Please try to set the following option:
Thank you.
Please try to set the following option:
Code: Select all
var options = new Stimulsoft.Designer.StiDesignerOptions();
options.appearance.htmlRenderMode = Stimulsoft.Report.Export.StiHtmlExportMode.Div;
-
- Posts: 11
- Joined: Mon Aug 01, 2016 11:25 pm
Re: Bug with Shapes(Rectangle, Triangle etc)
it worked, thank you!
This issue also happens using the Designer standalone, you should set this option inside the Designer.exe
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)
Hello
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
-
- Posts: 80
- Joined: Thu Aug 18, 2016 7:29 am
Re: Bug with Shapes(Rectangle, Triangle etc) (SOLVED)
In our solution this problem was solved by using:
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.
Code: Select all
const settings = new Stimulsoft.Report.Export.StiHtmlExportSettings();
settings.htmlType = Stimulsoft.Report.StiHtmlType.Html5;
Re: Bug with Shapes(Rectangle, Triangle etc) (SOLVED)
Hello.
We will change default render mode for the report designer in few next versions.
Thank you.
We will change default render mode for the report designer in few next versions.
Thank you.