ReportService.Get Method (ReportConfiguration, IEnumerable(Application), IEnumerable(Algorithm), OSImage, OSImage)¶
Return a Report for a given ReportConfiguration, providing access to a specific set of application results against a specific set of algorithms 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( ReportConfiguration config, IEnumerable<Application> requestedApplications, IEnumerable<Algorithm> requestedAlgorithms, OSImage image, OSImage preImage )
VB¶
Public Function Get ( config As ReportConfiguration, requestedApplications As IEnumerable(Of Application), requestedAlgorithms As IEnumerable(Of Algorithm), image As OSImage, preImage As OSImage ) As Report
Parameters¶
- config
- Type: Citrix.SDK.AppDNA.ReportConfiguration
The ReportConfiguration for which to retrieve the report data. - requestedApplications
- Type: System.Collections.Generic.IEnumerable(Application)
The set of applications for which to retrieve report data. - requestedAlgorithms
- Type: System.Collections.Generic.IEnumerable(Algorithm)
The set of algorithms for which to retrieve 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 a specific set of application results against a specific set of algorithms for that ReportConfiguration.