<< Click to Display Table of Contents >>

GetInformation Commands - DATA_INFO

To get the data information added to the data tree in the report in JSON format, use the DATA_INFO related command below.


DATA_INFO

Get the data information added to the data tree in the current report in JSON format. The returned data information is dataset name, row count of result set, and data field name. Return order as shown in the data tree. The dataset will be returned only if the "Use" property value is true. Also, the return value maintains a master-detail structure. And if the "Use" property value of master-dataset is false, data information of master-detail dataset is not returned.

DATA_INFO_AT=ReportIndex

Get the data information added to the data tree in the specified report in JSON format. The returned data information is dataset name, row count of result set, and data field name. Return order as shown in the data tree. The dataset will be returned only if the "Use" property value is true. Also, the return value maintains a master-detail structure. And if the "Use" property value of master-dataset is false, data information of master-detail dataset is not returned. If there is no data in the specified report or you set a wrong index, it is returned to the "[]".