Share via


ManagementPack.GetReports Method

Definition

Retrieves all reports that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackReport ^> ^ GetReports();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackReport> GetReports ();
member this.GetReports : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackReport>
Public Function GetReports () As ManagementPackElementCollection(Of ManagementPackReport)

Returns

A collection of all ManagementPackReport objects in the management pack.

Applies to