PatchImpactAnalysisSolution.ExportReport Method¶
Exports the report.
Namespace: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis
Assembly: Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis (in Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax¶
C¶
public void ExportReport(
string fileName,
ReportOptions reportOptions,
ReportExportFormat format,
TimeSpan timeout
)
VB¶
Public Sub ExportReport (
fileName As String,
reportOptions As ReportOptions,
format As ReportExportFormat,
timeout As TimeSpan
)
Parameters¶
- fileName
- Type: System.String
Name of the file. - reportOptions
- Type: Citrix.SDK.AppDNA.Reporting.ReportOptions
The report data from Reports collection. - format
- Type: Citrix.SDK.AppDNA.ReportExportFormat
The format. - timeout
- Type: System.TimeSpan
The timeout.
See Also¶
Reference¶
PatchImpactAnalysisSolution Class
Citrix.SDK.AppDNA.Solutions.PatchImpactAnalysis Namespace