CustomParameterDataProvider.GetMessageData method

Gets the selections made by a user in the filter control.

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

Syntax

'Declaration
Public MustOverride Function GetMessageData ( _
    providerLocation As RepositoryLocation, _
    parameterMessage As ParameterMessage, _
    parameterSourceLocation As RepositoryLocation, _
    parameterMapping As ParameterMapping, _
    custom As Object _
) As DataTable
'Usage
Dim instance As CustomParameterDataProvider
Dim providerLocation As RepositoryLocation
Dim parameterMessage As ParameterMessage
Dim parameterSourceLocation As RepositoryLocation
Dim parameterMapping As ParameterMapping
Dim custom As Object
Dim returnValue As DataTable

returnValue = instance.GetMessageData(providerLocation, _
    parameterMessage, parameterSourceLocation, _
    parameterMapping, custom)
public abstract DataTable GetMessageData(
    RepositoryLocation providerLocation,
    ParameterMessage parameterMessage,
    RepositoryLocation parameterSourceLocation,
    ParameterMapping parameterMapping,
    Object custom
)

Parameters

Return value

Type: System.Data.DataTable
Returns a table that matches the keys in the passed ParameterMessage object.

Implements

IParameterDataProvider.GetMessageData(RepositoryLocation, ParameterMessage, RepositoryLocation, ParameterMapping, Object)

See also

Reference

CustomParameterDataProvider class

CustomParameterDataProvider members

Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace