Parameterized Connect String
Is it possible to define a datasource which has a dynamic connection string based on a report parameter?
Specifically I'm interested in using the XML data source, but I would like to use one data source for an unlimited number of files (instead of having a separate data source for each xml file). I was thinking that maybe I could just pass a parameter into the Render() web service method and have the connection string substitute the correct filename into the connection string.
Is this possible?

