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