Report.GetUrl 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 string GetUrl(
ReportType type
)
VB¶
Public Function GetUrl (
type As ReportType
) As String
Parameters¶
- type
- Type: Citrix.SDK.AppDNA.ReportType
The type of view of the report data to export.
Return Value¶
Type: String