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
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