Analysis.GetReport Method¶
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
.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Report GetReport()
VB¶
Public Function GetReport As Report
Return Value¶
Type: Report
An instance of the Report class that contains the results of the analysis.