Share via


Dashboard.FindDashboardItemByInboundParameter method

Returns the dashboard item with the specified inbound parameter.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function FindDashboardItemByInboundParameter ( _
    parameterMappingId As Guid _
) As DashboardItem
'Usage
Dim instance As Dashboard
Dim parameterMappingId As Guid
Dim returnValue As DashboardItem

returnValue = instance.FindDashboardItemByInboundParameter(parameterMappingId)
public DashboardItem FindDashboardItemByInboundParameter(
    Guid parameterMappingId
)

Parameters

  • parameterMappingId
    Type: System.Guid

    The GUID of the inbound parameter.

Return value

Type: Microsoft.PerformancePoint.Scorecards.DashboardItem
The item that contains the specified inbound parameter.

Remarks

A DashboardItem object represents a scorecard, report, or filter that is in the dashboard.

See also

Reference

Dashboard class

Dashboard members

Microsoft.PerformancePoint.Scorecards namespace