bindDataView(dataView);
dataView. Data view.
The bindDataView method binds data view to the express report ribbon.
Executing the example requires that the HTML page contains the EaxRibbon component named eaxRibbon and the EaxGrid component named eaxGrid (see Example of Creating the EaxRibbon Component). Bind data view to the ribbon:
// Connect data view with express report ribbon eaxRibbon.bindView(eaxGrid);
After executing the example the data view is linked to the express report ribbon.
See also: