Just started using your nice product, which really saves time and effort and still evaluate. I have lots of questions which I will take it one by one to let a chance for others to benefit.
1)How to control a view screen buttons like disable "Open" or "Print" if my user isn't entitle to print?
2)How to display my report window within my HTML screen in some div? -Always gives some errors-
3)How to call a static report view as a function like function(report_name) instated of passing variables from page to other?
That what is come to my mind, will explore more and report. That rich our FAQ Library.
Thank you in advance.
Mixed
View Window Button Control
-
- Posts: 1
- Joined: Tue Feb 26, 2013 2:43 am
Re: View Window Button Control
Hello.
Thank you.
You need to set ShowOpenButton and ShowPrintButton options n the config.xml file.MixedSalad wrote:1)How to control a view screen buttons like disable "Open" or "Print" if my user isn't entitle to print?
Unfortunately, there is no any solution of this problem now. Alternatively, you can use the iframe.MixedSalad wrote:2)How to display my report window within my HTML screen in some div? -Always gives some errors-
It's impossible to do so. Because primarily the Flash viewer is loaded and then it request report from server.MixedSalad wrote:3)How to call a static report view as a function like function(report_name) instated of passing variables from page to other?
Thank you.