Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the display data for a parameter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetParameterDisplayData ( _
providerLocation As RepositoryLocation, _
parameterDefinition As ParameterDefinition, _
parameterSourceLocation As RepositoryLocation, _
webPartContext As WebPartContext _
) As DataTable
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim providerLocation As RepositoryLocation
Dim parameterDefinition As ParameterDefinition
Dim parameterSourceLocation As RepositoryLocation
Dim webPartContext As WebPartContext
Dim returnValue As DataTable
returnValue = instance.GetParameterDisplayData(providerLocation, _
parameterDefinition, parameterSourceLocation, _
webPartContext)
DataTable GetParameterDisplayData(
RepositoryLocation providerLocation,
ParameterDefinition parameterDefinition,
RepositoryLocation parameterSourceLocation,
WebPartContext webPartContext
)
Parameters
providerLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the filter provider in the repository.
parameterDefinition
Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionThe definition of the beginpoint.
parameterSourceLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the parameter's data source in the repository.
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe current state, inputs, and outputs of the Web Part.
Return Value
Type: System.Data.DataTable
The display data for a parameter.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface