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