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
Password in OleDB ConnectionString
Re: Password in OleDB ConnectionString
Hello.
The connection string is encrypted in the report template file.
You could use next option to restrict modifying of the connnection:
Thank you.
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;