Share via


ParameterizableControl.GetUnderlyingElement Method (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

Returns the underlying element of 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
    The dashboard ID.
  • dashboardItemId
    The dashboard item ID.

Return Value

The underlying element.

See Also

Reference

ParameterizableControl Class
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace