ReportService.Get Method (String, 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( string reportConfigurationIdentifier, IEnumerable<Application> requestedApplications, IEnumerable<Algorithm> requestedAlgorithms, OSImage image, OSImage preImage )
VB¶
Public Function Get ( reportConfigurationIdentifier As String, requestedApplications As IEnumerable(Of Application), requestedAlgorithms As IEnumerable(Of Algorithm), 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. - 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.