XenSolutionReport.Export Method¶
Exports this 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 void Export(
string fileName,
ReportExportFormat format,
TimeSpan timeout
)
VB¶
Public Sub Export (
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 export format. - timeout
- Type: System.TimeSpan
The timeout.
See Also¶
Reference¶
XenSolutionReport Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace