DestsSectionVisible: boolean
The DestsSectionVisible property sets visibility for the Data Sources Parameters tab on the express report properties panel.
Executing the example requires that the HTML page contains the EaxPropertyBar component named eaxPropBar (see Example of EaxPropertyBar and EaxGrid Components Collocation). Then get an object of the DataSourceParamsPanel class, set a data source for the panel, show the panel, and refresh it:
// Get data source parametes panel var dataSourceParamsPanel = eaxPropBar.getDataSourceParamsPanel(); // Set data source dataSourceParamsPanel.setSource(eaxAnalyzer); // Show the Data Sources Parameters tab PP.Object.defineProps(PP.Exp.Ui.DataSourceParamsPanel, ["DestsSectionVisible"], True); // Refresh the properties panel eaxPropBar.refreshAll();
Executing the example displays a panel for setting up data source parameters with loaded data.
See also: