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

ScriptSecurityPermission.Permission Property

Gets or sets the security permission.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[Browsable(false)]
public IPermission Permission { get; set; }

Property Value

Type Description
IPermission

An object implementing the IPermission interface.

Remarks

Use the Permission property to define custom security permission settings.

See Also