ReportService.ExportApplicationRemediationActions Method (String, ReportExportFormat, Application, IEnumerable(String))¶
Exports the Application Remediation Actions 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 ExportApplicationRemediationActions(
string fileName,
ReportExportFormat format,
Application application,
IEnumerable<string> reportConfigurationIdentifiers
)
VB¶
Public Sub ExportApplicationRemediationActions (
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
ExportApplicationRemediationActions Overload
Citrix.SDK.AppDNA Namespace