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