ReportAccessControlRules
Generates the rights to access the report view.
Provides a navigation shortcut to access this page.
Examples
<ReportAccessControlRules Profile="Administrator"/>
Properties
| Property | Details |
|---|---|
| Profile required | Type: String Description: Identifier of the profile involved in the scaffolding. |
Generated XML
The example above generates the following configuration:
<AccessControlRule Identifier="Administrator_ReportQuery" DisplayName_L1="Administrator - Report_ReportQuery" DisplayName_L2="Administrator - Rapport_ReportQuery" EntityType="ReportQuery" Profile="Administrator">
<Entry CanExecute="true" Permission="/Report/GenerateReportFileFromReportQuery/Query" />
</AccessControlRule>