Page 3 of 4
Re: The problem of Components
Posted: Wed Jun 08, 2016 2:04 am
by heqichao
Hello, It throw the exception when I copy the text in Stimulsoft Reports.Java 2016.1.15

Re: The problem of Components
Posted: Wed Jun 08, 2016 2:14 am
by heqichao
Hello I have problem about the report like this.
how can I set the setting to fixed width?
the code is changed lead to the width changed

Re: The problem of Components
Posted: Wed Jun 08, 2016 10:52 am
by Vadim
Hello.
heqichao wrote:Hello, It throw the exception when I copy the text in Stimulsoft Reports.Java 2016.1.15

Will fixed in 16 version.
Hello I have problem about the report like this.
how can I set the setting to fixed width?
You can use next setting:
Code: Select all
com.stimulsoft.report.options.ExportOptions.Html.setUseStrictTableCellSize(true);
Re: The problem of Components
Posted: Sun Jun 12, 2016 8:17 am
by heqichao
Thanks ,and what about this?
heqichao wrote:Hello I have problem about the report like this.
how can I set the setting to fixed width?
the code is changed lead to the width changed

Re: The problem of Components
Posted: Mon Jun 13, 2016 6:15 am
by Alex K.
Hello,
We need some additional time for investigating the issue.
We will try to add the additional changes within two or three weeks.
We will let you know about the result.
Thank you.
Re: The problem of Components
Posted: Thu Jun 16, 2016 11:49 am
by heqichao
Thanks,I am looking forward to the result.
Re: The problem of Components
Posted: Fri Jun 17, 2016 6:17 am
by Alex K.
Hello,
We are working on the problem. We will let you know when the solution is available.
Aleksey wrote:We will try to add the additional changes within two or three weeks.
Thank you.
Re: The problem of Components
Posted: Tue Jun 28, 2016 6:12 am
by Vadim
Hello.
We have made additional investigate the issue.
Unfortunately, you can use the only solution from the previous post.
Code: Select all
com.stimulsoft.report.options.ExportOptions.Html.setUseStrictTableCellSize(true);
Re: The problem of Components
Posted: Wed Jul 13, 2016 3:36 am
by heqichao
Hello, how can I use drill down on the web designer? When can add this function?
Re: The problem of Components
Posted: Wed Jul 13, 2016 10:18 am
by Alex K.
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
This feature is available in last versions.
Thank you.