Connection String

Stimulsoft Reports.WEB discussion
Post Reply
galawij
Posts: 16
Joined: Sat Feb 11, 2012 4:37 am
Location: U.S

Connection String

Post by galawij »

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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Connection String

Post by HighAley »

Hello.
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.
You could do it with next code:

Code: Select all

Report.Dictionary.Databases[0].ConnectionString = yourConnectionString;
Thank you.
Post Reply