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

ScriptSecurityPermissionCollection.AddRange(ScriptSecurityPermission[]) Method

Appends an array of security permissions to the collection.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public void AddRange(
    ScriptSecurityPermission[] permissions
)

Parameters

Name Type Description
permissions ScriptSecurityPermission[]

An array of ScriptSecurityPermission objects to append to the collection.

Remarks

Objects are added to the end of the collection in the same order that they have in the array.

See Also