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

ScriptSecurityPermission(String) Constructor

Initializes a new instance of the ScriptSecurityPermission class with the specified name.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public ScriptSecurityPermission(
    string name
)

Parameters

Name Type Description
name String

A String that specifies the name of the security permission. This value is assigned to the ScriptSecurityPermission.Name property.

Remarks

If this constructor is used, the ScriptSecurityPermission.Deny property’s value will be set to true by default.

Example

See Also