Page 1 of 1

Create New Report Problem

Posted: Fri Sep 20, 2013 4:33 am
by investor123
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

Re: Create New Report Problem

Posted: Fri Sep 20, 2013 7:43 am
by HighAley
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.

Code: Select all

      <AllowModifyConnections>True</AllowModifyConnections>
Thank you.