To Deploy SSRS reports using Microsoft Dynamics Ax 2012 Management Shell

To deploy a specific report, enter the name of the report. For example, to deploy the CustTransList report, enter the following command:
Microsoft Dynamics AX Management Shell:
Publish-AXReport -ReportName CustTransList
***************************************
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:
Microsoft Dynamics AX Management Shell:
Publish-AXReport -ReportName CustTransList, CustTransOpenPerDate
*****************************************************************
To deploy all reports, enter the following command:
Microsoft Dynamics AX Management Shell:
Publish-AXReport –ReportName *
*******************************

Comments

  1. Some facts and the other informative points given here are quite considerable and to the point as well would be better idea to look for more of these kind to have better results.
    Microsoft Dynamics CRM Online Training | Sharepoint Training

    ReplyDelete

Post a Comment

Popular posts from this blog

D365: SSRS Report Development/ Customization

D365: X++ code to add custom lookup on worker to show specific workers team workers only

Error message when you log on to a Microsoft Dynamics AX 4.0 client: "You are not a recognized user of Microsoft Dynamics AX"