Report.Export Method¶
Exports a particular view of the report to a file.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void Export(
string fileName,
ReportType type,
ReportExportFormat format,
TimeSpan timeout
)
VB¶
Public Sub Export (
fileName As String,
type As ReportType,
format As ReportExportFormat,
timeout As TimeSpan
)
Parameters¶
- fileName
- Type: System.String
The full path to the output file. - type
- Type: Citrix.SDK.AppDNA.ReportType
The type of view of the report data to export. Warning! Only ApplicationActions, ApplicationIssues,ActionView,IssueView,EstateView,are supported. - format
- Type: Citrix.SDK.AppDNA.ReportExportFormat
The format in which to export the report. - timeout
- Type: System.TimeSpan
A timeout for which to wait for the export to complete. Throws an exception if the timeout expires.
Remarks¶
Not all values of type are supported