Skip to content

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

 

NameDescription
Public propertyByAlgorithm Returns a collection of the Report result objects for each algorithm that can be indexed by Algorithm.
Public propertyByApplication Returns a collection of the Report result objects for each application that can be indexed by Application.
Public propertyReportConfiguration Returns the ReportConfiguration that this Report holds data for.
  Back to Top

Methods

 

NameDescription
Public methodDispose Disposes of the object, halting any background retrieval of data.
Public methodEquals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodExport Exports a particular view of the report to a file.
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 Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodGetUrl Exports a particular view of the report to a file.
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.)
  Back to Top

Fields

 

NameDescription
Public fieldStatic memberRequestAllAlgorithms A special value used when constructing a report to specify that data for all algorithms should be retrieved.
Public fieldStatic memberRequestAllApplications A special value used when constructing a report to specify that data for all applications should be retrieved.
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?