InteropSolution.ExportReport Method (String, ReportType, ReportExportFormat, TimeSpan, Application)¶
Note: This API is now obsolete.
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¶
[ObsoleteAttribute("Use another overload of this method")] public void ExportReport( string fileName, ReportType reportType, ReportExportFormat format, TimeSpan timeout, Application application )
VB¶
<ObsoleteAttribute("Use another overload of this method")> 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: 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¶
InteropSolution Class
ExportReport Overload
Citrix.SDK.AppDNA.Solutions.Interop Namespace