Skip to content

Application.GetReport Method (String)

Retrieves the specified report information.

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 GetReport(
    string reportConfigurationIdentifier
)

VB

Public Function GetReport ( 
    reportConfigurationIdentifier As String
) As Report

Parameters

 

reportConfigurationIdentifier
Type: System.String
The identifier of the required ReportConfiguration.

Return Value

Type: Report
A report for this application.

Remarks

Any algorithms that cross reference other applications, such as interoperability algorithms, will effectively be disabled, since the report only utilizes this application. For interoperability algorithms, use

ServerToken.Report.Get

See Also

Reference

Application Class
GetReport Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?