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

ScriptSecurityPermissionCollection Class

A collection of ScriptSecurityPermission objects.

Namespace: DevExpress.XtraReports

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public class ScriptSecurityPermissionCollection :
    CollectionBase,
    IEnumerable<ScriptSecurityPermission>,
    IEnumerable

Remarks

Members of the ScriptSecurityPermissionCollection class enable you to add new items (ScriptSecurityPermissionCollection.Add) to the collection and access the ScriptSecurityPermission objects in the collection.

To learn more, see Scripting Security.

Example

Inheritance

Object
CollectionBase
ScriptSecurityPermissionCollection
See Also