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

ScriptPermissionManager.Evidence Property

Specifies the evidence-based security policy that is applied for script execution.

Namespace: DevExpress.XtraReports.Security

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public Evidence Evidence { get; }

Property Value

Type Description
Evidence

The evidence-based security policy.

Remarks

This property is used only in the obsolete ‘Restricted’ script execution mode.

See Also