Skip to content
Was this article helpful?

ReportService Methods

The ReportService type exposes the following members.

Methods

 

NameDescription
Public methodEquals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodExportApplicationRemediation(String, ReportExportFormat, Application, IEnumerable(ReportConfiguration)) Exports the Application Remediation report for the specified application, optionally combining the results from multiple report configurations.
Public methodExportApplicationRemediation(String, ReportExportFormat, Application, IEnumerable(String)) Exports the Application Remediation report for the specified application, optionally combining the results from multiple report configurations.
Public methodExportApplicationRemediation(String, ReportExportFormat, Application, IEnumerable(ReportConfiguration), OSImage, OSImage, TimeSpan) Exports the Application Remediation report for the specified application, optionally combining the results from multiple report configurations.
Public methodExportApplicationRemediation(String, ReportExportFormat, Application, IEnumerable(String), OSImage, OSImage, TimeSpan) Exports the Application Remediation report for the specified application, optionally combining the results from multiple report configurations.
Public methodExportApplicationRemediationActions(String, ReportExportFormat, Application, IEnumerable(ReportConfiguration)) Exports the Application Remediation Actions report for the specified application, optionally combining the results from multiple report configurations.
Public methodExportApplicationRemediationActions(String, ReportExportFormat, Application, IEnumerable(String)) Exports the Application Remediation Actions report for the specified application, optionally combining the results from multiple report configurations.
Public methodExportApplicationRemediationActions(String, ReportExportFormat, Application, IEnumerable(ReportConfiguration), OSImage, OSImage, TimeSpan) Exports the Application Remediation Actions report for the specified application, optionally combining the results from multiple report configurations.
Public methodExportApplicationRemediationActions(String, ReportExportFormat, Application, IEnumerable(String), OSImage, OSImage, TimeSpan) Exports the Application Remediation Actions report for the specified application, optionally combining the results from multiple report configurations.
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 methodGet(String) Return a Report for a given ReportConfiguration, providing access to all analyzed application results for that ReportConfiguration.
Public methodGet(ReportConfiguration) Return a Report for a given ReportConfiguration, providing access to all application results for that ReportConfiguration.
Public methodGet(String, IEnumerable(Application)) Return a Report for a given ReportConfiguration, providing access to a specific set of application results for that ReportConfiguration.
Public methodGet(ReportConfiguration, IEnumerable(Application)) Return a Report for a given ReportConfiguration, providing access to a specific set of application results for that ReportConfiguration.
Public methodGet(String, OSImage, OSImage) Return a Report for a given ReportConfiguration, providing access to all analyzed application results for that ReportConfiguration.
Public methodGet(String, IEnumerable(Application), IEnumerable(Algorithm)) Return a Report for a given ReportConfiguration, providing access to a specific set of application results against a specific set of algorithms for that ReportConfiguration.
Public methodGet(ReportConfiguration, OSImage, OSImage) Return a Report for a given ReportConfiguration, providing access to all application results for that ReportConfiguration.
Public methodGet(ReportConfiguration, IEnumerable(Application), IEnumerable(Algorithm)) Return a Report for a given ReportConfiguration, providing access to a specific set of application results against a specific set of algorithms for that ReportConfiguration.
Public methodGet(String, IEnumerable(Application), OSImage, OSImage) Return a Report for a given ReportConfiguration, providing access to a specific set of application results for that ReportConfiguration.
Public methodGet(ReportConfiguration, IEnumerable(Application), OSImage, OSImage) Return a Report for a given ReportConfiguration, providing access to a specific set of application results for that ReportConfiguration.
Public methodGet(String, IEnumerable(Application), IEnumerable(Algorithm), OSImage, OSImage) Return a Report for a given ReportConfiguration, providing access to a specific set of application results against a specific set of algorithms for that ReportConfiguration.
Public methodGet(ReportConfiguration, IEnumerable(Application), IEnumerable(Algorithm), OSImage, OSImage) Return a Report for a given ReportConfiguration, providing access to a specific set of application results against a specific set of algorithms for that ReportConfiguration.
Public methodGetApplicationRemediationIssuesUrl Gets the Application Remediation report Url for the specified application, optionally combining the results from multiple report configurations.
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.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodRegenerateRepository Regenerates the repository.
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

ReportService Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?