View Window Button Control

Stimulsoft Reports.PHP discussion
Post Reply
MixedSalad
Posts: 1
Joined: Tue Feb 26, 2013 2:43 am

View Window Button Control

Post by MixedSalad »

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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: View Window Button Control

Post by HighAley »

Hello.
MixedSalad wrote:1)How to control a view screen buttons like disable "Open" or "Print" if my user isn't entitle to print?
You need to set ShowOpenButton and ShowPrintButton options n the config.xml file.
MixedSalad wrote:2)How to display my report window within my HTML screen in some div? -Always gives some errors-
Unfortunately, there is no any solution of this problem now. Alternatively, you can use the iframe.
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?
It's impossible to do so. Because primarily the Flash viewer is loaded and then it request report from server.

Thank you.
Post Reply