Altered margin and field position when output is exported to word2007 or Rich Text file and sent to

Stimulsoft Reports.NET discussion
Post Reply
ptabkra
Posts: 27
Joined: Tue Oct 16, 2007 10:33 pm

Altered margin and field position when output is exported to word2007 or Rich Text file and sent to

Post by ptabkra »

Hi!
Why are the margins and some field's position altered
when we print the Stimulsoft report output-exported to word2007 or Rich Text file to paper?

It looks okay on the preview mode though, what can I do to fix the issue?

Thanks!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Altered margin and field position when output is exported to word2007 or Rich Text file and sent to

Post by Edward »

Hi,

We have added a new 'Margins' property to the RichText component. Please download the latest prerelease build available on site.

If you still face the problem even after this update, please send mrt template and mdc file of the rendered report to support[at]stimulsoft.com for analysis.

You can save into mdc format from the preview window or using the following code:

Code: Select all

report.Render(false);
report.SaveDocument("myRenderedReport.mdc");

Thank you.
ptabkra
Posts: 27
Joined: Tue Oct 16, 2007 10:33 pm

Altered margin and field position when output is exported to word2007 or Rich Text file and sent to

Post by ptabkra »

Hi Edward, our client is currently looking on the export to Word 2007 file for now. please advise what fix we can do for that issue?

Thanks!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Altered margin and field position when output is exported to word2007 or Rich Text file and sent to

Post by Edward »

Hi,

Please send mdc file of your report to support[at]stimulsoft.com and mrt one as well. We need them to give you necessary suggestions about possible workaround.

Thank you.
ptabkra
Posts: 27
Joined: Tue Oct 16, 2007 10:33 pm

Altered margin and field position when output is exported to word2007 or Rich Text file and sent to

Post by ptabkra »

Hi Edward, files are now sent for analysis.

Thanks
Post Reply