SetBubbleTree

Syntax

SetBubbleTreeResult SetBubbleTree(BubbleTreeId tBubbleTree, SetBubbleTreeArg tArg)

Parameters

tBubbleTree. Bubble tree moniker.

tArg. Parameters for changing bubble tree settings.

Description

The SetBubbleTree operation changes bubble tree settings.

Comments

To execute the operation, in the tBubbleTree field specify bubble tree moniker, and in the tArg.meta field specify updated settings to be applied. The moniker may be based on the express report moniker by the following rule: "Opened express report instance moniker"!BubbleTree".

The settings that can be changed and specified in the tArg.meta.md field can be obtained by means of the GetBubbleTree operation.

If after the change made it is required to get updated settings, specify the tArg.metaGet field.

Example

Below is the example of using the SetBubbleTree operation to change bubble tree settings. The request contains bubble tree moniker and updated settings.

SOAP

JSON

C#

See also:

Interactive Visual Components