ReportOptions Class¶
Exposes information required to identify a report
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Reporting.ReportOptions
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 class ReportOptions : IEquatable<ReportOptions>
VB¶
Public Class ReportOptions
Implements IEquatable(Of ReportOptions)
The ReportOptions type exposes the following members.
Constructors¶
Name | Description | |
---|---|---|
![]() | ReportOptions() | Initializes a new instance of the ReportOptions class. |
![]() | ReportOptions(ReportType, String) | Initializes a new instance of the ReportOptions class. |
![]() | ReportOptions(ReportType, String, String, String) | Initializes a new instance of the ReportOptions class. |
![]() | ReportOptions(ReportType, String, String, String, Boolean, Boolean, IEnumerable(ReportDescription)) | Initializes a new instance of the ReportOptions class. |
Properties¶
Name | Description | |
---|---|---|
![]() | AdditionalData | Gets or sets the additional data. |
![]() | IsChangeSelectionAllowed | Gets or sets a value indicating whether this report allows to change selection. |
![]() | IsTopLevel | Gets or sets a value indicating whether this report is top level and should appears on the menu level. |
![]() | ModuleIdentifier | Gets or sets the module identifier. |
![]() | PageUrl | Gets or sets the report page. |
![]() | ReportViews | Gets or sets the report views. |
![]() | Title | Gets or sets the report title. |
![]() | Type | Gets or sets the type. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to this instance. (Overrides Object.Equals(Object).) |
![]() | Equals(ReportOptions) | Indicates whether the current object is equal to another object of the same type. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateReportPage | Updates the report page. |
Operators¶
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | Inequality |