Hidding connections

Stimulsoft Reports.WEB discussion
Post Reply
victorinable
Posts: 152
Joined: Mon Aug 03, 2015 9:28 am

Hidding connections

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Hidding connections

Post by Alex K. »

Hello,

You can use the permission for this task:

Code: Select all

new StiMvcMobileDesignerOptions
{
    PermissionDataConnections = StiDesignerPermissions.View,
    ...
}
Thank you.
victorinable
Posts: 152
Joined: Mon Aug 03, 2015 9:28 am

Re: Hidding connections

Post 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.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Hidding connections

Post 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.
victorinable
Posts: 152
Joined: Mon Aug 03, 2015 9:28 am

Re: Hidding connections

Post by victorinable »

Hi Aleksey,

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

Thanks for the support.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Hidding connections

Post by Alex K. »

Hello,

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

Thank you.
Post Reply