Report Class¶
Represents the results of analyzing applications using a ReportConfiguration.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Report
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class Report : IDisposable
VB¶
Public Class Report
Implements IDisposable
The Report type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | ByAlgorithm | Returns a collection of the Report result objects for each algorithm that can be indexed by Algorithm. |
![]() | ByApplication | Returns a collection of the Report result objects for each application that can be indexed by Application. |
![]() | ReportConfiguration | Returns the ReportConfiguration that this Report holds data for. |
Methods¶
Name | Description | |
---|---|---|
![]() | Dispose | Disposes of the object, halting any background retrieval of data. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Export | Exports a particular view of the report to a file. |
![]() | 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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUrl | Exports a particular view of the report to a file. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields¶
Name | Description | |
---|---|---|
![]() ![]() | RequestAllAlgorithms | A special value used when constructing a report to specify that data for all algorithms should be retrieved. |
![]() ![]() | RequestAllApplications | A special value used when constructing a report to specify that data for all applications should be retrieved. |