Skip to main content

ScriptSecurityPermission(String) Constructor

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

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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.

See Also