ReportOptions Constructor (ReportType, String, String, String)¶
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
)
VB¶
Public Sub New (
reportType As ReportType,
moduleIdentifier As String,
title As String,
pageUrlName As String
)
Parameters¶
- reportType
- Type: Citrix.SDK.AppDNA.ReportType
Type of the report. - moduleIdentifier
- Type: System.String
- title
- Type: System.String
The report title. - pageUrlName
- Type: System.String
Name of the report page.
See Also¶
Reference¶
ReportOptions Class
ReportOptions Overload
Citrix.SDK.AppDNA.Reporting Namespace