BIMonitoringServiceApplicationProxy.DecompExpand method

Gets additional data for a specific node, using a named action.

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

Syntax

'Declaration
Public Function DecompExpand ( _
    navigationContext As String, _
    queryParameters As DecompQueryParameters, _
    levelUniqueName As String, _
    itemUniqueName As String, _
    navigationItemUniqueName As String _
) As DecompRenderResultRecord
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim navigationContext As String
Dim queryParameters As DecompQueryParameters
Dim levelUniqueName As String
Dim itemUniqueName As String
Dim navigationItemUniqueName As String
Dim returnValue As DecompRenderResultRecord

returnValue = instance.DecompExpand(navigationContext, _
    queryParameters, levelUniqueName, _
    itemUniqueName, navigationItemUniqueName)
public DecompRenderResultRecord DecompExpand(
    string navigationContext,
    DecompQueryParameters queryParameters,
    string levelUniqueName,
    string itemUniqueName,
    string navigationItemUniqueName
)

Parameters

  • navigationContext
    Type: System.String

    A session identifier that defines the state of the client.

  • queryParameters
    Type: DecompQueryParameters

    The sort type and client state.

  • 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.

  • navigationItemUniqueName
    Type: System.String

    The level to expand to.

Return value

Type: DecompRenderResultRecord

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