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

Telerik Report only have PDF, Excel and Word are missing

1 Answer 361 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 10 Sep 2018, 06:37 AM

Dear all,

            When I generate only Export PDF is available. Even I set the config of and to true. Here is my config in web config.

<configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting, Version=8.2.14.1027, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE" allowLocation="true" allowDefinition="Everywhere" />
  </configSections>

 

<Telerik.Reporting>
<AssemblyReferences>
<add name="BusinessObject.Client" version="1.0.0.0" />
                        <add name="BusinessObject.Client" version="1.0.0.0" />
</AssemblyReferences>
    <Extensions>
      <Render>
        <Extension name="PDF" visible="true"></Extension>
        <Extension name="XLS" visible="false"></Extension>
        <Extension name="CSV" visible="false"></Extension>
        <Extension name="RTF" visible="false"></Extension>
        <Extension name="XPS" visible="false"></Extension>
        <Extension name="DOCX" visible="true"></Extension>
        <Extension name="XLSX" visible="true"></Extension>
        <Extension name="PPTX" visible="false"></Extension>
        <Extension name="MHTML" visible="false"></Extension>
        <Extension name="IMAGE" visible="false"></Extension>
        <Extension name="HTML5" visible="false"></Extension>
        <Extension name="HTML5Interactive" visible="false"></Extension>
      </Render>
    </Extensions>
  </Telerik.Reporting>

 

1 Answer, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 11 Sep 2018, 12:09 PM
Hi Peter,

Please check this KB article for more information on the topic - Missing DOCX, XLSX, PPTX, XPS export options in viewers or "X rendering format is not available" error message.

Regards,
Silviya
Progress Telerik
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
Tags
General Discussions
Asked by
Peter
Top achievements
Rank 1
Answers by
Silviya
Telerik team
Share this question
or