I would like to know how to define user rights in order to limit the risk of modifying the structure of one report. I'm using ReportBuilderEntreprise for Delphi6.0.
You can add rights by adding a field to the rbItem table. This field will determine if the report will be read only for the user. There is an example I can email to you which has the read only option coded into it. Please send an email to support@digital-metaphors.com and I'll send it to you.
Jim, I am also working on limiting user what they can do on enduser report: 1. view/print rights can only view and print report existing report. 2. full rights can do everything else 3. can only view and print report on certain folder Do you have an example that I can use? Thanks, Vinh,
The end user options are controllable if you use the ReportExplorer FolderOptions and ItemOptions properties. In addition, you can implement read only as shown in this example:
Comments
determine if the report will be read only for the user. There is an example
I can email to you which has the read only option coded into it. Please send
an email to support@digital-metaphors.com and I'll send it to you.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I am also working on limiting user what they can do on enduser report:
1. view/print rights can only view and print report existing report.
2. full rights can do everything else
3. can only view and print report on certain folder
Do you have an example that I can use?
Thanks,
Vinh,
FolderOptions and ItemOptions properties. In addition, you can implement
read only as shown in this example:
http://www.digital-metaphors.com/tips/ReportExplorerWithReadOnly.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com