ReportOptions Constructor (ReportType, String, String, String, Boolean, Boolean, IEnumerable(ReportDescription))¶
Initializes a new instance of the ReportOptions class.
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 ReportOptions(
ReportType reportType,
string moduleIdentifier,
string title,
string pageUrlName,
bool changeSelectionAllowed,
bool isTopLevel,
IEnumerable<ReportDescription> reportViews
)
VB¶
Public Sub New (
reportType As ReportType,
moduleIdentifier As String,
title As String,
pageUrlName As String,
changeSelectionAllowed As Boolean,
isTopLevel As Boolean,
reportViews As IEnumerable(Of ReportDescription)
)
Parameters¶
- reportType
- Type: Citrix.SDK.AppDNA.ReportType
Type of the report. - moduleIdentifier
- Type: System.String
The module identifier. - title
- Type: System.String
The report title. - pageUrlName
- Type: System.String
Name of the report page. - changeSelectionAllowed
- Type: System.Boolean
if set totrue
[change selection allowed]. - isTopLevel
- Type: System.Boolean
if set totrue
[is top level]. - reportViews
- Type: System.Collections.Generic.IEnumerable(ReportDescription)
The report views.
See Also¶
Reference¶
ReportOptions Class
ReportOptions Overload
Citrix.SDK.AppDNA.Reporting Namespace