ReportOptions.ReportViews Property¶
Gets or sets the report views.
Namespace: Citrix.SDK.AppDNA.Reporting
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Collection<ReportDescription> ReportViews { get; set; }
VB¶
Public Property ReportViews As Collection(Of ReportDescription)
Get
Set
Property Value¶
Type: Collection(ReportDescription)