Page 1 of 1
Report header image corruption on export to Word docx
Posted: Tue Jul 10, 2012 8:46 pm
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!
Re: Report header image corruption on export to Word docx
Posted: Wed Jul 11, 2012 12:09 pm
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.
Re: Report header image corruption on export to Word docx
Posted: Sat Jul 14, 2012 3:25 pm
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
Re: Report header image corruption on export to Word docx
Posted: Mon Jul 16, 2012 4:40 pm
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.
Re: Report header image corruption on export to Word docx
Posted: Tue Jul 17, 2012 11:01 am
by HighAley
Hello.
It's good. Let us know if you'll need any help.
Thank you.