SSRS Report error "The parameter panel layout for this report contains more parameters than total cells available D365" Finance and Operation
Hi Friends, Today, we will discuss the resolution for one of the report deployment issues i.e. "The parameter panel layout for this report contains more parameters than total cells available D365" To fix this issue, please follow the below steps. Step 1: Open notepad with the Administrator account. Step 2: Open the RDL file located within the Module folder in the K drive Step 3: Seach for the "ReportParametersLayout" tag and remove the entire tag. Step 3: Save the File. Open Visual Studio and deploy the report. You can also run the below command in Power Shell(Run power shell as admin) to deploy the report. (Replace with your model name which is in italic) "K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module your_model_name -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”" Please do comment and let me know if you were facing the same challenge and if this solution worked for you. Keep ...