When trying to deploy a report, I get the following error:
An error occurred while deploying the report Ex_ReporteListadoProductos.ReportePorProducto, Migration.
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 'Ex_ListadoProductos_fechaDesde' is hidden or internal and is contained in a cell definition.
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 Ex_ReporteListadoProductos failed.
my parameter is called Ex_ListProductosCab_fechaDesde, not as it appears in the error, I think that name was another dataset but that I had deleted.