AppDisksSolution.ExportReport Method (String, ReportType, ReportExportFormat, TimeSpan, Application)¶
Exports the report.
Namespace: Citrix.SDK.AppDNA.Solutions.AppDisks
Assembly: Citrix.SDK.AppDNA.Solutions.AppDisks (in Citrix.SDK.AppDNA.Solutions.AppDisks.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void ExportReport(
string fileName,
ReportType reportType,
ReportExportFormat format,
TimeSpan timeout,
Application application
)
VB¶
Public Sub ExportReport (
fileName As String,
reportType As ReportType,
format As ReportExportFormat,
timeout As TimeSpan,
application As Application
)
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. - application
- Type: Citrix.SDK.AppDNA.Application
The application - used if reportType is ReportType.ApplicationDetail or ReportType.ActionDetail
See Also¶
Reference¶
AppDisksSolution Class
ExportReport Overload
Citrix.SDK.AppDNA.Solutions.AppDisks Namespace