BIMonitoringServiceApplicationProxy.DecompAutoExpand method

Gets additional data for a specific node, where named actions are not known.

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

Syntax

'Declaration
Public Function DecompAutoExpand ( _
    navigationContext As String, _
    queryParameters As DecompQueryParameters, _
    levelUniqueName As String, _
    itemUniqueName 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 returnValue As DecompRenderResultRecord

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

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.

Return value

Type: DecompRenderResultRecord
The result record.

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