Report header image corruption on export to Word docx

Stimulsoft Ultimate discussion
Post Reply
scott
Posts: 21
Joined: Tue Feb 22, 2011 1:57 pm
Location: USA

Report header image corruption on export to Word docx

Post by scott »

Hi,

When we export to Word .docx format the report header is corrupted.

We're using version 2011.1 and I am forbidden to upgrade, at this time.

Also, is there any way to disable individual export options (i.e. disable Word and Power Point options, etc.)? I am using the Silverlight libs.

Thanks for any help you can provide!
Attachments
Analytics Versus Target Report.docx
Has corrupt header image.
(648.33 KiB) Downloaded 294 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Report header image corruption on export to Word docx

Post by HighAley »

Hello.
scott wrote:When we export to Word .docx format the report header is corrupted.

We're using version 2011.1 and I am forbidden to upgrade, at this time.

Also, is there any way to disable individual export options (i.e. disable Word and Power Point options, etc.)? I am using the Silverlight libs.
We couldn't reproduce your issue.
Please, send your report template with data for analysis.

To disable exports you could use Stimulsoft.Report.StiOptions.Viewe class which has all properties. For example,

Code: Select all

Stimulsoft.Report.StiOptions.Viewer.SaveReportsButtons.ShowPdfButton = false;
Thank you.
User avatar
ChrisCookDev
Posts: 41
Joined: Sun May 20, 2012 7:07 pm
Location: UK

Re: Report header image corruption on export to Word docx

Post by ChrisCookDev »

scott wrote:When we export to Word .docx format the report header is corrupted
Hi Scott,

We've experienced similar corruption when using the Silverlight Word Output.

In our case we were able to resolve the problem by ensuring we had no overlap on any of our report's fields or images.
Even the smallest overlap caused these types of problems with the Word Output.

Hope this helps,

Chris
--
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Chris Cook :: Software Development Manager :: www.genesisit.co.uk
Design, Develop, Deliver! :: App development for smartphones, tablets, the desktop and the web
scott
Posts: 21
Joined: Tue Feb 22, 2011 1:57 pm
Location: USA

Re: Report header image corruption on export to Word docx

Post by scott »

Thank you both very much. You've been a lot of help. I was able to avoid image corruption by removing the text fields from overlapping the image, as Chris suggested.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Report header image corruption on export to Word docx

Post by HighAley »

Hello.

It's good. Let us know if you'll need any help.

Thank you.
Post Reply