Share via


ManagementPack.GetReport(String) Method

Definition

Retrieves the specified report from the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackReport ^ GetReport(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackReport GetReport (string name);
member this.GetReport : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackReport
Public Function GetReport (name As String) As ManagementPackReport

Parameters

name
String

The name of the report.

Returns

The specified report.

Applies to