It is triggered when a report file started loading. To make sure that loading of the report was successful use reportcomplete. To catch any errors use reportfileerror.
Example
pivot.on('loadingreportfile', function () { alert('Loading report file!'); });