How to customize button text in angular report viewer

1 Answer 116 Views
Report Viewer - Angular Styling
Susumi
Top achievements
Rank 1
Susumi asked on 28 Jul 2021, 04:16 PM

Hello,

In angular report viewer menu bar, Is there any possibility to customize the export button text-content ('Excel 2007')

Please refer the screenshot herewith.


Regards
Susumi

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 30 Jul 2021, 12:21 PM

Hello Susumi,

You may modify the export options' description by adding a <Telerik.Reporting> section with the following settings to the configuration file of the project hosting the reporting REST service:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting" allowLocation="true" allowDefinition="Everywhere"/>
  </configSections>
  ...
  <Telerik.Reporting>
    <extensions>
      <render>
        <extension name="XLSX" description="This string will be displayed for the XLSX extension in the viewer's Export options">
        </extension>
      </render>
    </extensions>
  </Telerik.Reporting>
</configuration>

For more information, please see the extensions Element and the Configuring Telerik Reporting articles.

Please let me know if you have any other questions or need further assistance. Thank you for using Telerik Reporting!

Regards,
Dimitar
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
Tags
Report Viewer - Angular Styling
Asked by
Susumi
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or