Analysis.GetReport Method¶
Overload List¶
Name | Description | |
---|---|---|
![]() | GetReport() |
Returns an instance of the Report class that contains the results of the analysis. If more than one ReportConfiguration was specified in the analysis, only the report for the first is returned. This must not be called unless IsFinished is true . |
![]() | GetReport(ReportConfiguration) |
Returns an instance of the Report class that contains the results of the analysis. This must not be called unless IsFinished is true . |