Monday, March 17, 2014

Deploying SSRS reports in AX 2012

The following syntax willbe used to deploy the SSRS report in AX 2012

To deploy a specific report, enter the name of the report. For example, to deploy the CustTransList report, enter the following command:
Windows PowerShell

Publish-AXReport –Id SSRSConfigID -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:
Windows PowerShell

Publish-AXReport –Id SSRSConfigID -ReportName CustTransList, CustTransOpenPerDate

To deploy all reports, enter the following command:
Windows PowerShell

Publish-AXReport –Id SSRSConfigID –ReportName *

No comments:

Post a Comment