Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.GuidThe 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.