ReportService.ExportApplicationRemediation Method (String, ReportExportFormat, Application, IEnumerable(String))¶
Exports the Application Remediation report for the specified application, optionally combining the results from multiple report configurations.
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 void ExportApplicationRemediation( string fileName, ReportExportFormat format, Application application, IEnumerable<string> reportConfigurationIdentifiers )
VB¶
Public Sub ExportApplicationRemediation ( fileName As String, format As ReportExportFormat, application As Application, reportConfigurationIdentifiers As IEnumerable(Of String) )
Parameters¶
- fileName
- Type: System.String
The full path to the output file. - format
- Type: Citrix.SDK.AppDNA.ReportExportFormat
The format in which to export the report. - application
- Type: Citrix.SDK.AppDNA.Application
The Application object for which to export the report data. - reportConfigurationIdentifiers
- Type: System.Collections.Generic.IEnumerable(String)
A set of one or more ReportConfiguration identifiers for which to retrieve data.
Remarks¶
Uses LongRunningOperationTimeout.
See Also¶
Reference¶
ReportService Class
ExportApplicationRemediation Overload
Citrix.SDK.AppDNA Namespace