xtrareports-devexpress-dot-xtrareports-dot-ui-cd290d5a.md
Lists the options that define whether end-users are allowed to load untrusted reports with potentially dangerous content in desktop reporting applications.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public enum RestrictionLevel
Public Enum RestrictionLevel
| Name | Description |
|---|---|
Enable |
Permit loading untrusted reports by end-users via application GUI.
|
| Disable |
Forbid loading untrusted reports by end-users via application GUI.
|
| Prompt |
Ask for an end-user’s permission on every attempt to load an untrusted report.
|
The following properties accept/return RestrictionLevel values:
A RestrictionLevel enumeration value is returned by the UserDesignerOptions.ReportLoadingRestrictionLevel property.
See Also