ReportService.Get Method (String, OSImage, OSImage)¶
Return a Report for a given ReportConfiguration, providing access to all analyzed application results for that ReportConfiguration.
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 Get( string reportConfigurationIdentifier, OSImage image, OSImage preImage )
VB¶
Public Function Get ( reportConfigurationIdentifier As String, image As OSImage, preImage As OSImage ) As Report
Parameters¶
- reportConfigurationIdentifier
- Type: System.String
The identifier of the ReportConfiguration for which to retrieve the Report data. - image
- Type: Citrix.SDK.AppDNA.OSImage
The OSImage object representing the target image, for algorithms that compare results between two OS images. - preImage
- Type: Citrix.SDK.AppDNA.OSImage
The OSImage object representing the source image, for algorithms that compare results between two OS images.
Return Value¶
Type: Report
A Report for a given ReportConfiguration, providing access to all analyzed application results for that ReportConfiguration.