Skip to content

XenSolution.ExportReport Method

Exports the report.

Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public abstract void ExportReport(
    string fileName,
    ReportExportFormat format,
    TimeSpan timeout
)

VB

Public MustOverride Sub ExportReport ( 
    fileName As String,
    format As ReportExportFormat,
    timeout As TimeSpan
)

Parameters

 

fileName
Type: System.String
Name of the file.
format
Type: Citrix.SDK.AppDNA.ReportExportFormat
The format of the report.
timeout
Type: System.TimeSpan
The timeout.

See Also

Reference

XenSolution Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace

Was this article helpful?