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 first class object (filter, report, or scorecard) for the control.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Protected Overridable Function GetUnderlyingElement ( _
dashboard As Dashboard, _
dashboardItemId As Guid _
) As Element
'Usage
Dim dashboard As Dashboard
Dim dashboardItemId As Guid
Dim returnValue As Element
returnValue = Me.GetUnderlyingElement(dashboard, _
dashboardItemId)
protected virtual Element GetUnderlyingElement(
Dashboard dashboard,
Guid dashboardItemId
)
Parameters
dashboard
Type: Microsoft.PerformancePoint.Scorecards.DashboardThe dashboard.
dashboardItemId
Type: System.GuidThe GUID of the underlying object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Element
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace