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!
Report header image corruption on export to Word docx
Report header image corruption on export to Word docx
- Attachments
-
- Analytics Versus Target Report.docx
- Has corrupt header image.
- (648.33 KiB) Downloaded 294 times
Re: Report header image corruption on export to Word docx
Hello.
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,
Thank you.
We couldn't reproduce your issue.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.
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;
- ChrisCookDev
- Posts: 41
- Joined: Sun May 20, 2012 7:07 pm
- Location: UK
Re: Report header image corruption on export to Word docx
Hi Scott,scott wrote:When we export to Word .docx format the report header is corrupted
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
Design, Develop, Deliver! :: App development for smartphones, tablets, the desktop and the web
Re: Report header image corruption on export to Word docx
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.
Re: Report header image corruption on export to Word docx
Hello.
It's good. Let us know if you'll need any help.
Thank you.
It's good. Let us know if you'll need any help.
Thank you.