Skip to main content

ReportAccessControlRules

Generates the rights to access the report view.

Provides a navigation shortcut to access this page.

Reports

Examples

<ReportAccessControlRules Profile="Administrator"/>

Properties

PropertyDetails
Profile requiredType: 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>