Back to Devexpress

RestrictionLevel Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-cd290d5a.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum RestrictionLevel
vb
Public Enum RestrictionLevel

Members

NameDescription
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:

Remarks

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

See Also

ReportLoadingRestrictionLevel

DevExpress.XtraReports.UI Namespace