ParameterizableControl.GetUnderlyingElement Method

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

  • dashboardItemId
    Type: System.Guid

    The GUID of the underlying object.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Element

See Also

Reference

ParameterizableControl Class

ParameterizableControl Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace