Skip to content

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

 

NameDescription
Public methodReportOptions() Initializes a new instance of the ReportOptions class.
Public methodReportOptions(ReportType, String) Initializes a new instance of the ReportOptions class.
Public methodReportOptions(ReportType, String, String, String) Initializes a new instance of the ReportOptions class.
Public methodReportOptions(ReportType, String, String, String, Boolean, Boolean, IEnumerable(ReportDescription)) Initializes a new instance of the ReportOptions class.
  Back to Top

Properties

 

NameDescription
Public propertyAdditionalData Gets or sets the additional data.
Public propertyIsChangeSelectionAllowed Gets or sets a value indicating whether this report allows to change selection.
Public propertyIsTopLevel Gets or sets a value indicating whether this report is top level and should appears on the menu level.
Public propertyModuleIdentifier Gets or sets the module identifier.
Public propertyPageUrl Gets or sets the report page.
Public propertyReportViews Gets or sets the report views.
Public propertyTitle Gets or sets the report title.
Public propertyType Gets or sets the type.
  Back to Top

Methods

 

NameDescription
Public methodEquals(Object) Determines whether the specified Object is equal to this instance. (Overrides Object.Equals(Object).)
Public methodEquals(ReportOptions) Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Returns a hash code for this instance. (Overrides Object.GetHashCode().)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
Public methodUpdateReportPage Updates the report page.
  Back to Top

Operators

 

NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Reporting Namespace

Was this article helpful?