BIMonitoringServiceApplicationProxy.GetParameterMessageData Method
Returns a table of rows that match the keys of the selected values in a filter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetParameterMessageData ( _
providerLocation As RepositoryLocation, _
parameterMessage As ParameterMessage, _
parameterSourceLocation As RepositoryLocation, _
parameterMapping As ParameterMapping, _
webPartContext As WebPartContext _
) As DataTable
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim providerLocation As RepositoryLocation
Dim parameterMessage As ParameterMessage
Dim parameterSourceLocation As RepositoryLocation
Dim parameterMapping As ParameterMapping
Dim webPartContext As WebPartContext
Dim returnValue As DataTable
returnValue = instance.GetParameterMessageData(providerLocation, _
parameterMessage, parameterSourceLocation, _
parameterMapping, webPartContext)
public DataTable GetParameterMessageData(
RepositoryLocation providerLocation,
ParameterMessage parameterMessage,
RepositoryLocation parameterSourceLocation,
ParameterMapping parameterMapping,
WebPartContext webPartContext
)
Parameters
providerLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the filter provider in the repository.
parameterMessage
Type: Microsoft.PerformancePoint.Scorecards.ParameterMessageThe user's selections from the filter’s Web server control.
parameterSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source for the parameter in the repository.
parameterMapping
Type: Microsoft.PerformancePoint.Scorecards.ParameterMappingThe mapping to linked consumers.
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe current state, inputs, and outputs of the Web Part.
Return Value
Type: System.Data.DataTable
A table of rows that match the keys of the selected values in a filter.
Implements
See Also
Reference
BIMonitoringServiceApplicationProxy Class