EaxRibbonView.bindDataView

Syntax

bindDataView(dataView);

Parameters

dataView. Data view.

Description

The bindDataView method binds data view to the express report tool ribbon.

Example

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 tool ribbon:

// Connect data view with express report tool ribbon
eaxRibbon.bindView(eaxGrid);

After executing the example the data view is linked to the express report tool ribbon.

See also:

EaxRibbonView