Dear,
I want when user of my website create and click new report in designer mode. it automatically create one connection database and user cannot add/edit that connection. so user only permited to add/remove data source, variable and etc.
can i do that?
thank you,
loeis chandra
Create New Report Problem
-
- Posts: 24
- Joined: Fri Sep 20, 2013 4:18 am
Re: Create New Report Problem
Hello.
Unfortunately, it's impossible to create a new connection in a new report.
But users could open a report with already created connection and it's possible to restrict changing Connections with next option in the config.xml file.
Thank you.
Unfortunately, it's impossible to create a new connection in a new report.
But users could open a report with already created connection and it's possible to restrict changing Connections with next option in the config.xml file.
Code: Select all
<AllowModifyConnections>True</AllowModifyConnections>