Class CompilerSettings
Contains compiler settings.
Inheritance
System.Object
CompilerSettings
Namespace: FastReport.Utils
Assembly: FastReport.dll
Syntax
public class CompilerSettings
Constructors
CompilerSettings()
Initializes a new instance of the CompilerSettings class.
Declaration
public CompilerSettings()
Properties
CultureInfo
Sets culture for compiler
Declaration
public CultureInfo CultureInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Globalization.CultureInfo |
ExceptionBehaviour
Gets or sets the behaviour of compiler when exception is thrown.
Declaration
public CompilerExceptionBehaviour ExceptionBehaviour { get; set; }
Property Value
| Type | Description |
|---|---|
| CompilerExceptionBehaviour |
Placeholder
Gets or set the string that will be used for replacing incorrect expressions.
Declaration
public string Placeholder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RecompileCount
Get or sets number of recompiles
Declaration
public int RecompileCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Remarks
Report compiler can try to fix compilation errors and recompile your report again. This property sets the number of such attempts.
ReflectionEmitCompiler
Enables faster compiler if the report script hasn't been changed
Declaration
public bool ReflectionEmitCompiler { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |