How to customize toolbar?

1 Answer 153 Views
Report Designer - Web Report Designer (standalone) Report Viewer - Angular Report Viewer - ASP.NET
Abodabe
Top achievements
Rank 1
Abodabe asked on 30 Nov 2023, 04:21 AM

I want to choose which tool in the toolbar should display certain tools. How can I set this up? I'm using backend ASP.NET Core MVC and frontend Angular.

1 Answer, 1 is accepted

Sort by
0
Momchil
Telerik team
answered on 04 Dec 2023, 12:07 PM

Hello,

If you are using the Angular Report Viewer, you can customize the toolbar by editing the HTML template of the viewer.

As the Angular Report Viewer is a wrapper of the HTML5 Report Viewer, the general approach for customizing its template is analogical to the approach for the HTML5 viewer.

Providing Custom Templates for the HTML5 Report Viewer

Note that this method does not apply to the Native Angular Report Viewer.

I hope this helps.

Best Regards,
Momchil
Progress Telerik

Stay tuned by visiting our roadmap and feedback portal pages, enjoy a smooth take-off with our Getting Started resources, or visit the free self-paced technical training at https://learn.telerik.com/.
Abodabe
Top achievements
Rank 1
commented on 06 Dec 2023, 02:52 AM

Thank you for the response. I've managed to fix it by adding encapsulation: ViewEncapsulation.None and then customizing the tools with SCSS.
Tags
Report Designer - Web Report Designer (standalone) Report Viewer - Angular Report Viewer - ASP.NET
Asked by
Abodabe
Top achievements
Rank 1
Answers by
Momchil
Telerik team
Share this question
or