If @DataSourceName = 'DataSource1'
select [Server] + ' ;Initial Catalog='+[Database] as 'Server'
from DBA.dbo.Report_Connection
where ID = 108
Your select will return this: INFHO-SRV-FMSC ;Initial Catalog=DBname
@DataSource is a parameter in the report with Values,...