Hi allI haven't worked with connections strings in expressions yet, this is the first time.My report has some cascading parameters, first parameter being drop down with database names. That functions fine with static connection string.So, after finishing my work with the report, I tried to change the connection string to my embedded data source (like before I added cascading params, and it worked) and boom, no go.My expression for connection string is as follows:[code]="Data Source=ServerName;Initial Catalog=" & Parameters!databasename.Value[/code]I checked, the database selection parameter is actually @databasename. Am I making a mistake somewhere here? Can't have expression connection strings to cascading params?
↧