Hello,
How can I send a Connection string from a appliction to a report as a parameter??
I want to personalize connection string.
Thank you for your help.
Connection String
Connection String
Hello.
Thank you.
You could do it with next code:galawij wrote:How can I send a Connection string from a appliction to a report as a parameter??
I want to personalize connection string.
Thank you for your help.
Code: Select all
Report.Dictionary.Databases[0].ConnectionString = yourConnectionString;