Share via


ManagementPack.GetReportParameterControl(String) Method

Definition

Retrieves the specified ManagementPackReportParameterControl objects that are contained in the management pack.

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

Parameters

name
String

The name of the report parameter control.

Returns

The specified report parameter control.

Applies to