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

ExternalFileAccessSecurityLevelSettings Class

Specifies the security settings that allow you to resolve access to external files in the current application’s reports.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public static class ExternalFileAccessSecurityLevelSettings

Remarks

The following report properties store paths to external files:

These properties are used in WinForms and WPF applications. In Web applications, these properties are ignored for security reasons.

You can use the ExternalFileAccessSecurityLevelSettings class’ SecurityLevel property to modify access to the XmlDataPath, StyleSheetPath and XRControlStyleSheet.FileName property values.

Inheritance

Object
ExternalFileAccessSecurityLevelSettings
See Also