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
elementLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Element
The underlying scorecard, report, or filter for this web server control.
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace