Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public enum RestrictionLevel

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