Page 1 of 1

Hidding connections

Posted: Thu Aug 27, 2015 9:22 am
by victorinable
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.

Re: Hidding connections

Posted: Fri Aug 28, 2015 7:40 am
by Alex K.
Hello,

You can use the permission for this task:

Code: Select all

new StiMvcMobileDesignerOptions
{
    PermissionDataConnections = StiDesignerPermissions.View,
    ...
}
Thank you.

Re: Hidding connections

Posted: Fri Aug 28, 2015 8:02 am
by victorinable
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.

Re: Hidding connections

Posted: Fri Aug 28, 2015 10:17 am
by Alex K.
Hello,

Unfortunately, on current moment, in web version it is not possible. You can hide only all connections or other elements.

Thank you.

Re: Hidding connections

Posted: Fri Aug 28, 2015 10:27 am
by victorinable
Hi Aleksey,

Ok, good to know. Do you know if this possibility will be available in next versions?

Thanks for the support.

Re: Hidding connections

Posted: Fri Aug 28, 2015 11:08 am
by Alex K.
Hello,

Please send us your request on the support@stimulsoft.com

Thank you.