InteropSolution.Reports Property¶
Gets the available reports for this solution.
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 Collection<ReportOptions> Reports { get; }
VB¶
Public ReadOnly Property Reports As Collection(Of ReportOptions)
Get
Property Value¶
Type: Collection(ReportOptions)
The available reports for this solution.
See Also¶
Reference¶
InteropSolution Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace