AX 2012: Deploying SSRS
Deploy all report Open Windows PowerShell as an administrator by following these steps: 1. Click Start > Administrative Tools. 2. Right-click the Microsoft Dynamics AX 2012 Management Shell option. 3. Click Run as administrator. 4. To deploy a specific report, enter the name of the report. For example, to deploy the CustTransList report, enter the following command: Publish-AXReport -ReportName CustTransList 5. To deploy two or more specific reports, enter the names of the reports. For example, to deploy the CustTransList and CustTransOpenPerDate reports, enter the following command: Publish-AXReport -ReportName CustTransList, CustTransOpenPerDate 6. To deploy all reports, enter the following command: Publish-AXReport ReportName *