Hello, I have a ReportExplorer, and I have one table about users of system... my itention is lock the report if user doesn't have autorization for these.
- to hide items from the user, try using a SQL query for the rbItems data. The SQL query can select only the items which the user can access.
- the ReportExplorer.FolderOptions and ItemOptions can be used to limit the end-user's ability to edit and delete reports. These properties need to be configured prior to calling ReportExplorer.ShowModal.
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
- to hide items from the user, try using a SQL query for the rbItems data.
The SQL query can select only the items which the user can access.
- the ReportExplorer.FolderOptions and ItemOptions can be used to limit the
end-user's ability to edit and delete reports. These properties need to be
configured prior to calling ReportExplorer.ShowModal.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com