UrlAccessSecurityLevel Enum
Lists the values specifying whether a report control can load images using the “file://“ protocol.
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Restricted
|
|
Web
|
Forbids loading images using the “file://“ protocol (only the “http://“, “https://“ and “ftp://“ protocols are supported). |
Files
|
Enables loading of images from an application’s working directory (defined by the App |
Files
|
|
Custom
|
Enables loading of images from custom directories (defined using the |
Unrestricted
|
Enables loading of any image from any directory. |
#Remarks
A UrlAccessSecurityLevel enumeration value is returned by the UrlAccessSecurityLevelSetting.SecurityLevel
property.