Class Config.ScriptSecurityProperties
Properties of ScriptSecurity
Inheritance
System.Object
Config.ScriptSecurityProperties
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class ScriptSecurityProperties
Properties
AddStubClasses
Add stubs for the most dangerous classes (in System.IO, System.Reflection etc)
Declaration
public bool AddStubClasses { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RegexStopList
List of keywords in regex format that shouldn't be declared in the report script
Declaration
public Regex[] RegexStopList { get; set; }
Property Value
Type | Description |
---|---|
Regex[] |
StopList
List of keywords that shouldn't be declared in the report script
Declaration
public string[] StopList { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Methods
SetDefaultStopList()
Sets default value for StopList
Declaration
public void SetDefaultStopList()
Events
OnStopListChanged
Throws when StopList has changed
Declaration
public event EventHandler OnStopListChanged
Event Type
Type | Description |
---|---|
System.EventHandler |