Password in OleDB ConnectionString

Stimulsoft Reports.WEB discussion
Post Reply
jkoo
Posts: 64
Joined: Fri Aug 19, 2011 8:08 pm

Password in OleDB ConnectionString

Post by jkoo »

Hi

I don't want user see user/password of connection string at Report designer.
Is there a way to hide password or encrypt password in the report file?
Or
Is there a way to set password programatically for report designer?

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Password in OleDB ConnectionString

Post by HighAley »

Hello.

The connection string is encrypted in the report template file.
You could use next option to restrict modifying of the connnection:

Code: Select all

StiWebDesignerOptions.Dictionary.AllowModifyConnections = false;
Thank you.
Post Reply