Skip to content

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

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

VB

Public Sub ExportApplicationRemediation ( 
    fileName As String,
    format As ReportExportFormat,
    application As Application,
    reportConfigurationIdentifiers As IEnumerable(Of String),
    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.
reportConfigurationIdentifiers
Type: System.Collections.Generic.IEnumerable(String)
A set of one or more ReportConfiguration identifiers 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
ExportApplicationRemediation Overload
Citrix.SDK.AppDNA Namespace

Was this article helpful?