CustomParameterDataProvider.GetDisplayDataInternal Method
Gets the display data for the filter selection control.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Protected MustOverride Function GetDisplayDataInternal ( _
parameterDefinition As ParameterDefinition, _
parameterSourceLocation As RepositoryLocation, _
custom As Object _
) As DataTable
'Usage
Dim parameterDefinition As ParameterDefinition
Dim parameterSourceLocation As RepositoryLocation
Dim custom As Object
Dim returnValue As DataTable
returnValue = Me.GetDisplayDataInternal(parameterDefinition, _
parameterSourceLocation, custom)
protected abstract DataTable GetDisplayDataInternal(
ParameterDefinition parameterDefinition,
RepositoryLocation parameterSourceLocation,
Object custom
)
Parameters
parameterDefinition
Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionThe parameter definition for the filter beginpoint.
parameterSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the parameter's data source in the repository.
- custom
Type: System.Object
Return Value
Type: System.Data.DataTable
Returns a table that contains all possible rows for the ParameterDefinition object, which represents a beginpoint.
Remarks
Use this method to define data retrieval logic for a custom extension.
See Also
Reference
CustomParameterDataProvider Class
CustomParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace