GetTreeElements

Syntax

GetTreeElementsResult GetTreeElements(TreeId tTree, GetTreeElementsArg tArg)

Parameters

tTree. Moniker of the metadata tree, for which the operation is executed.

tArg. Parameters of getting metadata tree.

Description

The GetTreeElements operation gets express report metadata tree.

Comments

This operation enables the user to get information about structure of the sources, on which express report is based, as a tree of elements. Information stored in the elements can be further used to create formulas. To execute the operation, specify the created tree moniker in tTree and parameters of metadata elements extraction in tArg. The obtained elements are available after executing the operation in the els field.

Example

Below is the example of using the GetTreeElements operation to get metadata tree for the specified express report sheet. The request contains express report moniker and sheet key. The response contains a set of metadata elements.

SOAP

JSON

C#

See also:

Working with Express Reports