BIMonitoringServiceApplicationProxy.DecompCreateNavigationList method

Creates a list of named actions to use for the expand operation.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Function DecompCreateNavigationList ( _
    navigationContext As String, _
    levelUniqueName As String, _
    itemUniqueName As String _
) As DecompNavigationList
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim navigationContext As String
Dim levelUniqueName As String
Dim itemUniqueName As String
Dim returnValue As DecompNavigationList

returnValue = instance.DecompCreateNavigationList(navigationContext, _
    levelUniqueName, itemUniqueName)
public DecompNavigationList DecompCreateNavigationList(
    string navigationContext,
    string levelUniqueName,
    string itemUniqueName
)

Parameters

  • navigationContext
    Type: System.String

    A session identifier that defines the state of the client.

  • levelUniqueName
    Type: System.String

    The identifier of the level to expand. This identifier is the unique name of the DecompRenderResultLevel object, which is defined by the PPSDecompRenderingService web service.

  • itemUniqueName
    Type: System.String

    The identifier of the node to expand. This identifier is the unique name of the DecompRenderResultNode object, which is defined by the PPSDecompRenderingService web service.

Return value

Type: DecompNavigationList
A list of all the possible groups that a node can expand to.

Remarks

Instructions for using the PPSDecompRenderingService web service are beyond the scope of this documentation.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace