Skip to content

ReportService.ExportApplicationRemediationActions Method (String, ReportExportFormat, Application, IEnumerable(ReportConfiguration), OSImage, OSImage, TimeSpan)

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<ReportConfiguration> reportConfigurations,
    OSImage postImage,
    OSImage preImage,
    TimeSpan timeout
)

VB

Public Sub ExportApplicationRemediationActions ( 
    fileName As String,
    format As ReportExportFormat,
    application As Application,
    reportConfigurations As IEnumerable(Of ReportConfiguration),
    postImage As OSImage,
    preImage As OSImage,
    timeout As TimeSpan
)

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.
reportConfigurations
Type: System.Collections.Generic.IEnumerable(ReportConfiguration)
A set of one or more ReportConfiguration objects for which to retrieve data.
postImage
Type: Citrix.SDK.AppDNA.OSImage
The OSImage object representing the target image, for algorithms that compare results between two OS images.
preImage
Type: Citrix.SDK.AppDNA.OSImage
The OSImage object representing the source image, for algorithms that compare results between two OS images.
timeout
Type: System.TimeSpan
A timeout for which to wait for the export to complete. Throws an exception if the timeout expires.

See Also

Reference

ReportService Class
ExportApplicationRemediationActions Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?