drillthrough:before¶
This event occurs before the server is queried for the Drill To Transactions .
Event Arguments¶
report¶
The current report object
members¶
The selected/changed members on the report
Example¶
report.api.bind("drillthrough:before", function(e) {
// e.report
// e.members
});