Page 1 of 1
Report Toolbar Option Show/Hide Conditionally
Posted: Wed Apr 02, 2014 9:32 am
by harshdeep
See we have single instance multitenant application, where we are sharing common stimulsoft report framework for all, I know we can control toolbar options from config.xml but as we are sharing common code for all if we apply something it will affect to all, Is it possible we can conditionally control report toolbar options for 1 or 2 customers? May be through php or via something else...
Re: Report Toolbar Option Show/Hide Conditionally
Posted: Wed Apr 02, 2014 1:00 pm
by HighAley
Hello.
You code make changes in the header.php file for you needs. Here is a code that loads config file there:
Code: Select all
case "LoadConfiguration":
return sti_load_config("config.xml");
break;
Thank you.
Re: Report Toolbar Option Show/Hide Conditionally
Posted: Fri Apr 04, 2014 7:36 am
by harshdeep
You are awesome, I just didn't think in this way. We will surely give try and let you know the outcome. Thanks.
Re: Report Toolbar Option Show/Hide Conditionally
Posted: Fri Apr 04, 2014 12:29 pm
by HighAley
Hello.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.