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.StringA session identifier that defines the state of the client.
queryParameters
Type: DecompQueryParametersThe sort type and client state.
levelUniqueName
Type: System.StringThe 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.StringThe 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.StringThe 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