Analysis.GetReport Method (ReportConfiguration)¶
Returns an instance of the Report class that contains the results of the analysis. 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(
ReportConfiguration config
)
VB¶
Public Function GetReport (
config As ReportConfiguration
) As Report
Parameters¶
- config
- Type: Citrix.SDK.AppDNA.ReportConfiguration
The ReportConfiguration for which to return the report. This must be the same object as was passed to the Analyze method that returned this Analysis object.
Return Value¶
Type: Report
An instance of the Report class that contains the results of the analysis.