This is a migrated thread and some comments may be shown as answers.

OpenXML options not appearing in Export Dropdown

2 Answers 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 19 Oct 2016, 08:32 PM

I have an application that creates Telerik reports, with references to Telerik.Reporting (10.1.16.504), Telerik.Reporting.Winforms (10.1.16.504), DocumentFormat.OpenXml (2.0.5022.0), and WindowsBase. All the associated DLL files are located in the same folder as the executable. When I run the application from my workstation, all is well and the extra options appear in the Export drop down (Word, PowerPoint, Excel, XPS). However, when I install and run it on another machine, the extra options do not appear in the Export drop down.

 

What would be the cause for this conflict? Does Microsoft Office have to be installed in order to export Telerik reports as Word Documents/Power Point documents?

2 Answers, 1 is accepted

Sort by
0
Accepted
Rick
Telerik team
answered on 21 Oct 2016, 08:50 PM
Hello Frank,

For OpenXML support, the two following assemblies are required:
  • Telerik.Reporting.OpenXmlRendering.dll
  • DocumentFormat.OpenXml.dll v.2.0.5022.0 or above

Ensure you both files are referenced in your project, and have the CopyLocal=True property set. When deploying the project, ensure that both files are also being deployed along with the main executable.



Regards,
Rick
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Frank
Top achievements
Rank 1
answered on 21 Oct 2016, 09:05 PM
I was missing Telerik.Reporting.OpenXmlRendering.dll in my folder, thanks for your help.
Tags
General Discussions
Asked by
Frank
Top achievements
Rank 1
Answers by
Rick
Telerik team
Frank
Top achievements
Rank 1
Share this question
or