IParameterDataProvider.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
Function GetMessageData ( _
providerLocation As RepositoryLocation, _
parameterMessage As ParameterMessage, _
parameterSourceLocation As RepositoryLocation, _
parameterMapping As ParameterMapping, _
custom As Object _
) As DataTable
'Usage
Dim instance As IParameterDataProvider
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)
DataTable GetMessageData(
RepositoryLocation providerLocation,
ParameterMessage parameterMessage,
RepositoryLocation parameterSourceLocation,
ParameterMapping parameterMapping,
Object custom
)
Parameters
providerLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThis parameter is not used by the CustomParameterDataProvider class. Pass a null reference (Nothing in Visual Basic) or the Empty() method.
The location of the provider in the repository.
parameterMessage
Type: Microsoft.PerformancePoint.Scorecards.ParameterMessageThe user's selections from the filter control.
parameterSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the parameter's data source in the repository.
parameterMapping
Type: Microsoft.PerformancePoint.Scorecards.ParameterMappingThe mapping to linked consumers.
custom
Type: System.ObjectA WebPartContext object, or a GridViewData object in the case of scorecards.
Return Value
Type: System.Data.DataTable
Returns a table that matches the keys in the passed ParameterMessage object.
See Also
Reference
IParameterDataProvider Interface
IParameterDataProvider Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace