The problem of Components

Stimulsoft Reports.JAVA discussion
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

Hello, It throw the exception when I copy the text in Stimulsoft Reports.Java 2016.1.15
Image
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

Hello I have problem about the report like this.
how can I set the setting to fixed width?
Image
Image

the code is changed lead to the width changed
Image
Image
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Components

Post by Vadim »

Hello.
heqichao wrote:Hello, It throw the exception when I copy the text in Stimulsoft Reports.Java 2016.1.15
Image
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);
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post 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?
Image
Image

the code is changed lead to the width changed
Image
Image
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: The problem of Components

Post 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.
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

Thanks,I am looking forward to the result.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: The problem of Components

Post 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.
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Components

Post 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);
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Components

Post by heqichao »

Hello, how can I use drill down on the web designer? When can add this function?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: The problem of Components

Post 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.
Post Reply