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

Report exporting word excel ets..

1 Answer 107 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Harun
Top achievements
Rank 1
Harun asked on 30 Oct 2013, 12:41 PM
Hi

I am using Telerik.Reporting, Version=7.1.13.802

  <configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting, Version=7.1.13.802, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere"/>
  </configSections>
  <Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="IMAGE" visible="true"/>
        <Extension name="PDF" visible="true"/>
        <Extension name="HTML" visible="false"/>
        <Extension name="MHTML" visible="false"/>
        <Extension name="CSV" visible="false"/>
        <Extension name="RTF" visible="false"/>
        <Extension name="XPS" visible="false"/>
        <Extension name="DOCX" visible="true"/>
        <Extension name="XLSX" visible="true"/>
        <Extension name="PPTX" visible="false"/>
      </Render>
    </Extensions>
  </Telerik.Reporting>

in web.config file

but not shown DOCX AND Excel 2007 (xlsx) in "Export to the selected format" dropdownlist.

How to do report viewer exporting setting?

Thank you

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 01 Nov 2013, 03:39 PM
Hello Sefa,

Word, PowerPoint and Excel 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). If you want to avoid the installation of Open XML SDK you can copy the required DocumentFormat.OpenXml assembly from C:\Program Files (x86)\Telerik\Reporting {version}\Examples\bin folder.

For more information on the topic check out the Deploying Web Applications help article.

Regards,
Peter
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

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