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.
Gets the dashboard item with the specified GUID.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function FindDashboardItem ( _
dashboardItemId As Guid _
) As DashboardItem
'Usage
Dim instance As Dashboard
Dim dashboardItemId As Guid
Dim returnValue As DashboardItem
returnValue = instance.FindDashboardItem(dashboardItemId)
public DashboardItem FindDashboardItem(
Guid dashboardItemId
)
Parameters
dashboardItemId
Type: System.GuidThe GUID of the item.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DashboardItem
The item with the specified GUID.
Remarks
A DashboardItem object represents a scorecard, report, or filter that is in the dashboard.