There are two ways to deploy the SSRS report in AX 2012:
- AOT
- PowerShell
1、AOT
Expand the AOT node 'SSRS Reports' and find the report that you want to deploy, and then right click and select the 'Deploy Element', just wait for the deployment finishing.
2、PowerShell
Path: Administrative tools --> Microsoft Dynamics AX 2012 Management Shell
Deploy regular: Publish-AXReport -ReportName [ReportName](,[ReportName])(Multiple deployment, comma separated)