Welcome to the Embedded Reporting feedback portal. We’re happy you’re here! If you have feedback on how to improve the Embedded Reporting, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Using SSRS to run an RDL report, it appears that the following connection string in an RDL causes an exception:
<ConnectString>="Data Source=" + Parameters!ServerName.Value + ";Initial Catalog=" + Parameters!DatabaseName.Value + ";" </ConnectString>
This causes the error to appear in the report viewer window:
Keyword not supported: '5ba58237-0190-407a-a25e-1241f4724e25; user id'.
It appears to be building this connection string which causes the SQL client to bomb:
Data Source=\"5ba58237-0190-407a-a25e-1241f4724e25; user id=..........