DataView: Array of PP.Prx.Ui.DataArea;
The DataView property determines the data view related to the tab.
Use JSON or the setDataView method to set the property value, and the getDataView method to get the property value.
To execute this example, the HTML page must contain the ReportBox component named reportBox (see Example of the ReportBox Component Layout). Open the Advanced Analytics tab in the report and enter the following code in the console:
// Get tool ribbon ribbon = reportBox.getRibbonView(); // Get the Advanced Analytics tab analyticCat = ribbon.getAnalyticsCategory(); // Get data view analyticCat.getDataView(); // -> [PP.Prx.Ui.DataArea]
After executing the example, the data view related to the tool ribbon tab is obtained.
See also: