Show contents 

Web Service > Web Service Operations > Interactive Visual Components > GetTabSheetData

GetTabSheetData

Syntax

GetTabSheetDataResult GetTabSheetData(TabSheetId tTabSheet, GetTabSheetDataArg tArg)

Parameters

tTabSheet. Table moniker.

tArg. Parameters of getting data and metadata.

Description

The GetTabSheetData operation gets table data and metadata.

Comments

To execute the operation, specify table moniker in the tTabSheet parameter, and parameters of data and metadata getting in the tArg parameter. The moniker can be based on the moniker of opened object instance, with the table of which the user is working, following these rules:

In the tArg.pattern field specify the pattern to be used to get data and metadata. In the tArg.range/ranges field specify cell range(s), for which the operation must be executed. The tArg.action filed may also contain additional actions to be executed in the table on executing the operation. The result of the operation is the requested information and operations execution results if the tArg.action field was defined.

Example

Below is the example of using the GetTabSheetData operation to get data from the specified cell range in the express report table. The request contains table moniker and data getting pattern. The response contains requested data.

SOAP

JSON

C#

See also:

Interactive Visual Components