Wednesday, 1 August 2018

Deploy SSRS reports using PowerShell D365 / AX 7

Open Windows PowerShell as administrator and run below command.

Deploy all reports

C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1










Deploy specific report

C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ModuleName -ReportName ReportName.Report

No comments:

Post a Comment

Run AX report using X++

       Args                     args;      ReportRun          report;     salesLineProductPartProd salesLineProductPartProdLocal;     ;     ...