After AX 2012 R3 is upgraded to CU13 or later, inventory reports can give error such as Parameter 'LicensePlateId' does not exist. When you deploy the report from AOT, it will give another error such as 'DrillLicensePlateId' is not a member of 'InventJournalTrans'. This is due to binaries not deployed on SSRS service. The issuance of command from MS Dynamics AX Power or Management Shell from Admin tools in Control panel, on elevated level can deploy report as well as required binaries as follows:
Publish-AXReport -ReportName InventJournalTrans
It is better to redeploy all the SSRS reports by issueing following command as it will also re-deploy all (including missing) binaries on SSRS:
Publish-AXReport –ReportName *