Hi,
In my database I have a table with user rights. For example:
User 1 may see region 1
User 2 may see region 2 and 3
Is it possible to use this in my report model. When user 1 makes a report with the report builder he must not be able to see region 2 and 3.
thanks in advance
You can use the SecurityFilters property on the corresponding model entity to grant permission to specific rows. In addition to the online documentation, look for a post on my blog in the near future for more details on the many options for securing the data exposed by a report model.
No comments:
Post a Comment