IReportingConfigurationManagement.GetReportParameterControl(Guid) Method

Definition

Gets a report parameter control by using an identifier.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackReportParameterControl ^ GetReportParameterControl(Guid id);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl GetReportParameterControl (Guid id);
abstract member GetReportParameterControl : Guid -> Microsoft.EnterpriseManagement.Configuration.ManagementPackReportParameterControl
Public Function GetReportParameterControl (id As Guid) As ManagementPackReportParameterControl

Parameters

id
Guid

Type: Guid

The unique identifier.

Returns

Type: ManagementPackReportParameterControl

The report parameter control.

Exceptions

The report parameter control instance that is identified by the id parameter does not exist.

Applies to