Skip to content

ReportService.Get Method (ReportConfiguration)

Return a Report for a given ReportConfiguration, providing access to all 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(
    ReportConfiguration config
)

VB

Public Function Get ( 
    config As ReportConfiguration
) As Report

Parameters

 

config
Type: Citrix.SDK.AppDNA.ReportConfiguration
The ReportConfiguration for which to retrieve the report data.

Return Value

Type: Report
A Report for a given ReportConfiguration, providing access to all application results for that ReportConfiguration.

See Also

Reference

ReportService Class
Get Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?