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.
Saves the state of user selections for the specified filter.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Sub SaveFilterValues ( _
elementLocation As RepositoryLocation, _
parameterDefinition As ParameterDefinition, _
selections As List(Of String) _
)
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim elementLocation As RepositoryLocation
Dim parameterDefinition As ParameterDefinition
Dim selections As List(Of String)
instance.SaveFilterValues(elementLocation, _
parameterDefinition, selections)
void SaveFilterValues(
RepositoryLocation elementLocation,
ParameterDefinition parameterDefinition,
List<string> selections
)
Parameters
elementLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the filter in the repository.
parameterDefinition
Type: Microsoft.PerformancePoint.Scorecards.ParameterDefinitionThe definition of the filter beginpoint.
selections
Type: System.Collections.Generic.List<String>The user’s current selections.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface