EaxMdService.setGridCMenuCellInHeader

Syntax

setGridCMenuCellInHeader(report: PP.Exp.EaxDocument, metadata: Object, callback: PP.Delegate);

Parameters

report. Express report document.

metadata. Table header settings to set.

callback. Callback function.

Description

The setGridCMenuCellInHeader method implements items of table headers context menu used to drill down, drill up or fix elements.

Comments

The method is outdated, use the EaxGridView.HyperlinkMouseDown event to implement drilldown/drillup.

See also:

EaxMdService