The problem of Stimulsoft Reports.Fx for Java 2016.07.15

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

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by heqichao »

because I use this code to fix the problem

Code: Select all

com.stimulsoft.report.options.ExportOptions.Html.setUseStrictTableCellSize(true);
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
did it has fiexd in Java 2016.07.15
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
Due to html restrictions export can be done with 2 variants
com.stimulsoft.report.options.ExportOptions.Html.setUseStrictTableCellSize(true);
or
com.stimulsoft.report.options.ExportOptions.Html.setUseStrictTableCellSize(false);
So you must choose variant that you prefer
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by heqichao »

Hello, it throw the exception when I insert the img int the report
Image
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
Can you describe step-by-step way to reproduce problem?
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by heqichao »

Hello, I want to insert the image.
I create the blank report
Image
and insert the image
Image
and set the image url
Image
but it throw the exception when I click ok
Image
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
Maybe you use old version?
If you try on http://java.stimulsoft.com/designer.jsp image works
Attachments
xxs.PNG
xxs.PNG (186.67 KiB) Viewed 4808 times
heqichao
Posts: 113
Joined: Fri Mar 04, 2016 9:02 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by heqichao »

Hello ,I can reproduce an issue in the Stimulsoft Reports.Fx for Java 2016.08.04
Vadim
Posts: 363
Joined: Tue Apr 23, 2013 11:23 am

Re: The problem of Stimulsoft Reports.Fx for Java 2016.07.15

Post by Vadim »

Hello.
We made some changes & add enhanced logging, you can try it from 2016.1.26 version.
If you will get error again please send error stack with log error message.
Post Reply