precalculate¶
This event occurs just before the call to the CALUMO server to calculate and send back the rendered version of the report.
Event Arguments¶
report¶
The current report object
members¶
The JSON object containing the members that have changed since the report was loaded
writebacks¶
The JSON object contaning any writebacks that are about to be sent to the server for processing
spreads¶
The JSON object containing and spreads that are about to be sent to the server for processing
Example¶
report.api.bind('precalculate', function(e) {
// e.report / e.members / e.writebacks / e.spreads
});