Hello,
I have a TRDP report file with a WebServiceDataSource pointing to a web service with Telerik.Reporting dlls version 13.2.19.918.
When I try to view the report using the report viewer, I get an error: "Invalid format '= Parameters.token.Value'".
I stepped through the code and the error comes from the web request that the WebServiceDataSource creates - it is initialized with the string
value " = Parameters.token.Value" instead of the computed expression.
When I switch back to the old version 13.1.19.618, everything works fine.
Is it a bug in the new version or is something that I missed?