Page 1 of 1

SQL connection - hide connection string

Posted: Thu Aug 06, 2020 9:39 pm
by FrenkR
Hello,
inside controller, I create connection to database with connection string, including credentials, that are stored inside app.config. Then I fill data dictionary with this connection. After opening report inside designer, connection properties with "connection string" can be displayed. Is there any option to hide "properties" option for connections, that are created inside controller (not by reporter itself)?

Re: SQL connection - hide connection string

Posted: Fri Aug 07, 2020 1:11 pm
by Lech Kulikowski
Hello,

Please check PermissionDataConnections
https://www.stimulsoft.com/en/documenta ... ttings.htm

Thank you.

Re: SQL connection - hide connection string

Posted: Sun Aug 23, 2020 7:41 pm
by FrenkR
Hello, yes this did the trick, thank you.

Re: SQL connection - hide connection string

Posted: Mon Aug 24, 2020 6:04 am
by Andrew
Hello,

You are welcome!