Deploy SSRS report in D365 FO DEV

There are several options available for deploying SSRS reports in Dynamics 365 Finance and Operations.

This article will discuss two commonly used methods for deploying SSRS reports: deploying from Visual Studio and using PowerShell for deployment.

A. One way to implement the report is by publishing it straight from Visual Studio. 

To accomplish this task, you have two options: either open the Build menu and select Deploy, or right-click on the report project in Solution Explorer and choose Deploy.

The method is simple and effective when it comes to deploying single or a few reports at a time.

B. The next approach consists of utilizing PowerShell to deploy reports.

This method is very helpful when you have to release a lot of reports or if you want to make the deployment process automatic.

To begin, open Windows PowerShell with administrative privileges and run the necessary commands

To deploy all SSRS reports, you can use the following command:

PowerShell command:

K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”

All the SSRS reports found in the designated package directory will be deployed with this action.

To launch a particular report, you can utilize the given instruction:

PowerShell command:

K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName <ReportName> -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”

Substitute the placeholder with the specific name of the report you wish to deploy, or use wildcards to deploy all reports that include a certain string in their title.

To sum up, there are several methods to utilize SSRS reports in Dynamics 365 Finance and Operations, each having its advantages and disadvantages.

You can select the deployment option that meets your requirements and simplifies the process of deploying your reports by understanding the available choices. Also, ensure that the sentence is plagiarism-free by using your own words and citing any sources if necessary.

Post a Comment

0 Comments