Dela via


IReportingConfigurationManagement.GetReport Method

Gets a report 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 ManagementPackReport

returnValue = instance.GetReport(id)

Syntax

'Declaration
Function GetReport ( _
    id As Guid _
) As ManagementPackReport
ManagementPackReport GetReport (
    Guid id
)
ManagementPackReport^ GetReport (
    Guid id
)
ManagementPackReport GetReport (
    Guid id
)
function GetReport (
    id : Guid
) : ManagementPackReport

Parameters

  • id
    Type: Guid

    The report identifier.

Return Value

Type: ManagementPackReport

The report.

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