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