New to Telerik Reporting? Start a free 30-day trial
Custom Report Viewer Template
The React Report Viewer is based on the HTML5 Report Viewer and it uses the same styling mechanism.
Adding a Custom Report Viewer Template
- The template of the React Report Viewer can be found in the installation folder of Telerik Reporting -
C:\Program Files (x86)\Progress\Telerik Reporting 2026 Q1\Html5\ReportViewer\templates. - Copy the file to your React application
assetsfolder or the REST Service project, depending on your preferences. - Make the required changes in the file.
- Set the templateUrl property of the viewer:
HTML
<TelerikReportViewer templateUrl="/api/customtemplates/customTelerikReportViewerTemplate/"/>