There are two ways to deploy SSRS Reports to Dynamics 365 FO.
1. Power Shell
Open PowerShell in admin mode and then run one of this commands.
1. Deploy all SSRS ReportsK:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
2. Deploy specific SSRS ReportK:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName <ReportName> -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
(Replace <ReportName> with required report name such as RetailLabel.Report or Retail – this will deploy all reports containing ‘Retail’ in report name)
2. Visual Studio
Inside the Solution Explorer, right click on the report and click Deploy.