Class CompilerSettings
Contains compiler settings.
Inheritance
System.Object
CompilerSettings
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class CompilerSettings
Constructors
CompilerSettings()
Initializes a new instance of the CompilerSettings class.
Declaration
public CompilerSettings()
Properties
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.