RestrictionLevel Enum
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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Members
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. |
Remarks
A RestrictionLevel enumeration value is returned by the UserDesignerOptions.ReportLoadingRestrictionLevel property.
See Also