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.
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
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