BIMonitoringServiceApplicationProxy.GetFilterDisplayData Method
Gets the display data for a filter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Function GetFilterDisplayData ( _
filterLocation As RepositoryLocation, _
parameterDefinition As ParameterDefinition, _
selections As List(Of String), _
useSavedUserSelections As Boolean, _
selectionsOnly As Boolean, _
webPartContext As WebPartContext _
) As DataTable
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim filterLocation As RepositoryLocation
Dim parameterDefinition As ParameterDefinition
Dim selections As List(Of String)
Dim useSavedUserSelections As Boolean
Dim selectionsOnly As Boolean
Dim webPartContext As WebPartContext
Dim returnValue As DataTable
returnValue = instance.GetFilterDisplayData(filterLocation, _
parameterDefinition, selections, _
useSavedUserSelections, selectionsOnly, _
webPartContext)
public DataTable GetFilterDisplayData(
RepositoryLocation filterLocation,
ParameterDefinition parameterDefinition,
List<string> selections,
bool useSavedUserSelections,
bool selectionsOnly,
WebPartContext webPartContext
)
Parameters
filterLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the filter in the repository.
parameterDefinition
Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionThe definition of the beginpoint.
selections
Type: System.Collections.Generic.List<String>The current user’s selections.
useSavedUserSelections
Type: System.Booleantrue to use saved user selections if selections is empty; otherwise false.
selectionsOnly
Type: System.Booleantrue to return display data only for selections; otherwise false.
webPartContext
Type: Microsoft.PerformancePoint.Scorecards.WebPartContextThe current state, inputs, and outputs of the Web Part.
Return Value
Type: System.Data.DataTable
The requested filter display data that contains all the columns defined by the filter parameter type.
Implements
See Also
Reference
BIMonitoringServiceApplicationProxy Class