Share via


IReportingConfigurationManagement.GetReportParameterControl Method

Gets a report parameter control by using an identifier.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IReportingConfigurationManagement
Dim id As Guid
Dim returnValue As ManagementPackReportParameterControl

returnValue = instance.GetReportParameterControl(id)

Syntax

'Declaration
Function GetReportParameterControl ( _
    id As Guid _
) As ManagementPackReportParameterControl
ManagementPackReportParameterControl GetReportParameterControl (
    Guid id
)
ManagementPackReportParameterControl^ GetReportParameterControl (
    Guid id
)
ManagementPackReportParameterControl GetReportParameterControl (
    Guid id
)
function GetReportParameterControl (
    id : Guid
) : ManagementPackReportParameterControl

Parameters

  • id
    Type: Guid

    The unique identifier.

Return Value

Type: ManagementPackReportParameterControl

The report parameter control.

Exceptions

Exception type Condition
ObjectNotFoundException

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IReportingConfigurationManagement Interface
IReportingConfigurationManagement Members
Microsoft.EnterpriseManagement Namespace