Gets results of the report scripts compilation CompilerResults
    Namespace: 
   PerpetuumSoft.Reporting.DesignerAssembly: 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 (); }  |