Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.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.

#Related API Members

The following properties accept/return RestrictionLevel values:

#Remarks

A RestrictionLevel enumeration value is returned by the UserDesignerOptions.ReportLoadingRestrictionLevel property.

See Also