This is a migrated thread and some comments may be shown as answers.

filtering available reports in silverlight viewer

1 Answer 55 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Damian Slee
Top achievements
Rank 1
Damian Slee asked on 10 May 2010, 10:25 AM
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

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 13 May 2010, 12:13 PM
Hello Damian Slee,

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.
Tags
General Discussions
Asked by
Damian Slee
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or