I am getting an error of 'format of the initialization string does not conform to specification starting at index 0' for one of two subreports on my Telerik report. The report works without issue in the report designer, but when using the report in a VS project I get the above error.
I am having to make the connections dynamic to Access database files as that is what the parent application currently uses (an old deployed desktop application), and the database file is a project file for the user and is not always the same file to connect to.
The issue is that the main report connects and gets the data fine, and so does one of the subreports, but the other subreport results in the above error. I am using the report parameter method of setting the connection string. I have checked to ensure both subreports are setup the same way in regards to the database connection being bound to the parameter, and the main report is passing this data to both identically.
I am at a loss as to what is going on and any help would be greatly appreciated.
Thanks,
Chris