is there a way to set what reports are returned by the report service? for example role based security. So sales can access general reports, sales managers can access kpi reports..
it seems to use reflection and return all reports matching IReportDocument
The Telerik Reporting doesn't have any security features on its own so there is no out of the box solution. To accomplish that kind of available reports filtering, you will have to create a custom class that inherits Telerik.Reporting.Service.ReportService and to override the IReportService.ListAvailableReports() method to return only a filtered list of reports. We have attached a modified version of the Telerik Reporting examples to illustrate how this could be achieved.
Sincerely yours,
Peter
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.