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

Configuration Section and Missing Rendering Extensions

1 Answer 586 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 02 Nov 2011, 03:03 AM
Hi,

My Silverlight Reportviewer control when clicking the SAVE menu at runtime, only shows a few of the inbuilt extensions available.
Where did all the INBUILT ones go?   

From the help...
By default Telerik Reporting outputs reports in the following formats: Image, PDF, HTML, MHTML, Excel 97-2003, XLSX, PPTX, DOCX, RTF and CSV.

I am missing the OFFICE extensions.
When I put this in the <configSections> as described by the help - i get an error.
<section name="Telerik.Reporting"
             type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Version=5.1.11.928, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
             allowLocation="true"
             allowDefinition="Everywhere"/>

An error occurred creating the configuration section handler for Telerik.Reporting: The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) (C:\...\...\web.config line 5)
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

The assembly is Referenced properly and the fully qualified assembly name was taken from Reflector so it's 100% correct. Without this section - everything works fine.
Is this not the correct documentation?

I can't find anything more on this.
If these are not in fact in-built then does someone have an example of a web.config file with the correct values for all the inbuilt renders?

Thanks
Simon



1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 04 Nov 2011, 04:03 PM
Hello Simon,

DOCX/PPTX/XLSX rendering extensions require Telerik.Reporting.OpenXmlRendering.dll and Open XML SDK 2.0 for Microsoft Office (DocumentFormat.OpenXml.dll v.2.0.5022.0 or above). This information is present in the Deploying Applications using Telerik Reporting help section.
Detailed instructions on setting up the reporting configuration section are available in the Telerik Reporting Configuration Section help article.

Greetings,
Steve
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

Tags
General Discussions
Asked by
Simon
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or