Skip to main content

ScriptSecurityPermission Members

A security permission applied during execution of report scripts.

Constructors

Name Description
ScriptSecurityPermission() Initializes a new instance of the ScriptSecurityPermission class with the default settings.
ScriptSecurityPermission(String, Boolean) Initializes a new instance of the ScriptSecurityPermission class with the specified name and permission.
ScriptSecurityPermission(String) Initializes a new instance of the ScriptSecurityPermission class with the specified name.

Properties

Name Description
Deny Gets or sets a value indicating if this permission denies or permits the corresponding scripts to run.
Name Gets or sets the name of the security permission.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also