Announcements
Hi,
I created a report, where i was always getting can't find report.design after several deployments and deleting parameters from the report and restoring them again from the data set. I got this error:
Deploying rdl files for report TestReport :
TestReport.Report.rdl
An error occurred while deploying the report TestReport.Report, TestModel.
This might be because the SQL Server Reporting Services has not been installed, or is not configured correctly.
System.Web.Services.Protocols.SoapException: The parameter panel layout for this report contains more parameters than total cells available.
at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, Guid batchId, Warning[]& Warnings)
at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, Warning[]& Warnings)
Deploying rdl files for report TestReport failed
Hi junior AX,
Yes , you got the error "The parameter panel layout for this report contains more parameters than total cells available".
Did you fix your problem?
I feel like the problem is because one of my contract parameters:
[DataMemberAttribute, AifCollectionTypeAttribute('_purchStatus',Types::Enum,enumStr(PurchStatus)), AifCollectionTypeAttribute('return',Types::Enum,enumStr(PurchStatus))] public List parmPurchStatus(List _purchStatus = purchStatus) { purchStatus = _purchStatus; return purchStatus; }
André Arnaud de Cal...
294,217
Super User 2025 Season 1
Martin Dráb
232,978
Most Valuable Professional
nmaenpaa
101,158
Moderator