How to hide data source form web report designer?

1 Answer 183 Views
.NET Framework Report Designer - Web
J
Top achievements
Rank 1
J asked on 07 Feb 2022, 12:08 PM

I have embedded web designer using this link. It's working fine but I want to hide some data sources from the list. Currently it's showing 5 data sources i.e SqlDataSource, CsvDataSource, WebServiceDataSource, JsonDataSource and ObjectDataSource.

I want to keep only CsvDataSource and hide all others. How can I do that programmatically?

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 10 Feb 2022, 12:02 PM

Hello,

This functionality is not supported out-of-the-box and that is why I would recommend adding your requirements and voting for the Make Web Report Designer UI customizable feature request.

Meanwhile as a workaround you will need to select the needed html elements with class "expander__item" and set display: none to them. Please let me know if you need assistance with this.

Regards,
Sia
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
.NET Framework Report Designer - Web
Asked by
J
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or