ParameterizableControl.GetElement method

Gets the underlying scorecard, report, or filter for this web server control.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Protected MustOverride Function GetElement ( _
    elementLocation As RepositoryLocation _
) As Element
'Usage
Dim elementLocation As RepositoryLocation
Dim returnValue As Element

returnValue = Me.GetElement(elementLocation)
protected abstract Element GetElement(
    RepositoryLocation elementLocation
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Element
The underlying scorecard, report, or filter for this web server control.

See also

Reference

ParameterizableControl class

ParameterizableControl members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace