Gets the compiler result associated with the ScriptException.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public CompilerResults CompilerResults { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property CompilerResults As CompilerResults |
| Visual C++ |
|---|
public: property CompilerResults^ CompilerResults { CompilerResults^ get (); } |