ReportConfiguration.GetReport Method (IEnumerable(Application), IEnumerable(Algorithm))¶
Retrieves the Report object of this ReportConfiguration for the specified applications.
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(
IEnumerable<Application> requestedApplications,
IEnumerable<Algorithm> requestedAlgorithms
)
VB¶
Public Function GetReport (
requestedApplications As IEnumerable(Of Application),
requestedAlgorithms As IEnumerable(Of Algorithm)
) As Report
Parameters¶
- requestedApplications
- Type: System.Collections.Generic.IEnumerable(Application)
The applications for which to retrieve the report data. Can be Report.RequestAllApplications. - requestedAlgorithms
- Type: System.Collections.Generic.IEnumerable(Algorithm)
The algorithms for which to retrieve the report data. Can be Report.RequestAllAlgorithms.
Return Value¶
Type: Report
The Report object containing the report data.
See Also¶
Reference¶
ReportConfiguration Class
GetReport Overload
Citrix.SDK.AppDNA Namespace