Hidding connections
-
- Posts: 152
- Joined: Mon Aug 03, 2015 9:28 am
Hidding connections
Hi,
I my MVC application, in which I use the Stimulsoft Web Designer, I've added a Oracle Connection to get needed data. However, users have the possibility to modify some reports DEPENDING on it's privileges. Some of the users, shoould'nt be able to see that connection and I want to hide it in some specific cases. Is this possible to do?
Thanks in advance.
I my MVC application, in which I use the Stimulsoft Web Designer, I've added a Oracle Connection to get needed data. However, users have the possibility to modify some reports DEPENDING on it's privileges. Some of the users, shoould'nt be able to see that connection and I want to hide it in some specific cases. Is this possible to do?
Thanks in advance.
Re: Hidding connections
Hello,
You can use the permission for this task:
Thank you.
You can use the permission for this task:
Code: Select all
new StiMvcMobileDesignerOptions
{
PermissionDataConnections = StiDesignerPermissions.View,
...
}
-
- Posts: 152
- Joined: Mon Aug 03, 2015 9:28 am
Re: Hidding connections
Hi Aleksey,
Well, I don't want to hide all connections, just some of them with an specific name in case it's included and depending on the privileges. Can I hide connections in a "selective" way??
Many thanks in advance.
Well, I don't want to hide all connections, just some of them with an specific name in case it's included and depending on the privileges. Can I hide connections in a "selective" way??
Many thanks in advance.
Re: Hidding connections
Hello,
Unfortunately, on current moment, in web version it is not possible. You can hide only all connections or other elements.
Thank you.
Unfortunately, on current moment, in web version it is not possible. You can hide only all connections or other elements.
Thank you.
-
- Posts: 152
- Joined: Mon Aug 03, 2015 9:28 am
Re: Hidding connections
Hi Aleksey,
Ok, good to know. Do you know if this possibility will be available in next versions?
Thanks for the support.
Ok, good to know. Do you know if this possibility will be available in next versions?
Thanks for the support.