ReportService.Get Method (String)¶
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
)
VB¶
Public Function Get (
reportConfigurationIdentifier As String
) As Report
Parameters¶
- reportConfigurationIdentifier
- Type: System.String
The identifier of the ReportConfiguration for which to retrieve the Report data.
Return Value¶
Type: Report
A Report for a given ReportConfiguration, providing access to all analyzed application results for that ReportConfiguration.