Some format issue in java edition.

Stimulsoft Reports.JAVA discussion
Post Reply
ethan.shi
Posts: 24
Joined: Mon Apr 22, 2013 2:53 am

Some format issue in java edition.

Post by ethan.shi »

Hi,

We use the same mrt file to generate docx documents with C# and Java edtion,

but there are some differents between the documents generated by there 2 edtions.

Can you help us to fix it ?

Here is the code

Code: Select all

 File exportFile = new File(wordName);
        exportFile.createNewFile();
        FileOutputStream outputStream = new FileOutputStream(exportFile);
    	StiWord2007ExportSettings wsetting = new StiWord2007ExportSettings();
    	wsetting.setUsePageHeadersAndFooters(true);
        StiExportManager.exportWord2007(report, wsetting, outputStream);
Attachments
11.zip
mrt,Schema,data,docx
(53.27 KiB) Downloaded 257 times
4.jpg
4.jpg (31.13 KiB) Viewed 2936 times
3.jpg
3.jpg (78.72 KiB) Viewed 2936 times
1.jpg
1.jpg (88.29 KiB) Viewed 2936 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Some format issue in java edition.

Post by Alex K. »

Hello,

We are working on the problem. We will let you know when the solution is available.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Some format issue in java edition.

Post by Alex K. »

Hello,

The issie is fixed. Solution will be available in the next build on this week.

Before rendering report (mrt) in JAVA please setup option:
StiOptions.Engine.setComponentsStabilizationValue(0.1);

Thank you.
ethan.shi
Posts: 24
Joined: Mon Apr 22, 2013 2:53 am

Re: Some format issue in java edition.

Post by ethan.shi »

Aleksey wrote:Hello,

The issie is fixed. Solution will be available in the next build on this week.

Before rendering report (mrt) in JAVA please setup option:
StiOptions.Engine.setComponentsStabilizationValue(0.1);

Thank you.
Hi, Aleksey:

There is no setComponentsStabilizationValue method in the latest version "2013.2.1612 from 2013.07.12"

Have you released it to the build?

Thanks
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Some format issue in java edition.

Post by HighAley »

Hello.

Please, upgrade to the "2013.2.1614 from 2013.08.05" version.

Thank you.
Post Reply