reporting services - Non queried parameter - different behaviour SQL Server 2005, SQL Server 2008 R2 -
I have a report that has a report parameter with the following properties:
- Hide Default value (non-query): DD / MM / yy
- Invalid value
- P> The report has been started using the
ReportExecution2005.asmx webservice.
- On SQL Server 2005, the web service runs reports without problems.
- On SQL Server 2008 R2, the web service returns an error:
Report this parameter to a default or user-defined report parameter 'datumformaat' Value is required to run this report or to subscribe, you must give a parameter value.
Can it be fixed in some way, as is the case with SQL Server 2005?
The parameter has zero value, which was causing the error
Comments
Post a Comment