InteropSolution.ExportReport Method (String, ReportType, ReportExportFormat, TimeSpan)¶
Exports the report.
Namespace: Citrix.SDK.AppDNA.Solutions.Interop
Assembly: Citrix.SDK.AppDNA.Solutions.Interop (in Citrix.SDK.AppDNA.Solutions.Interop.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void ExportReport(
string fileName,
ReportType reportType,
ReportExportFormat format,
TimeSpan timeout
)
VB¶
Public Sub ExportReport (
fileName As String,
reportType As ReportType,
format As ReportExportFormat,
timeout As TimeSpan
)
Parameters¶
- fileName
- Type: System.String
Name of the report file. - reportType
- Type: Citrix.SDK.AppDNA.ReportType
Type of the report. - format
- Type: Citrix.SDK.AppDNA.ReportExportFormat
The format of the export. - timeout
- Type: System.TimeSpan
The timeout.
See Also¶
Reference¶
InteropSolution Class
ExportReport Overload
Citrix.SDK.AppDNA.Solutions.Interop Namespace