Page 1 of 1

Add Design Report button in WebViewer.FX

Posted: Mon Oct 22, 2012 7:40 am
by AndrePE
Hi,
I've a report and I want add design button build into the heardboard of the report.
Similar to this report: http://web.stimulsoft.com/?reportname=SimpleList

I have created a DIV with asp: button with z-index above WeBVIEWER.FX report but not shown on the button.
How I can integrate this button in the header?

Thank you.

Re: Add Design Report button in WebViewer.FX

Posted: Mon Oct 22, 2012 11:18 am
by HighAley
Hello.

There are two ways to do it.
If you need to use HTML control on the Flash application, you should set the WMode="Opaque" or WMode="Transparent" property.

Also you could use the Design button of the StiWebViewerFx. Then you should set the ShowDesignButton="True" property and handle the OnReportDesign event.

Thank you.

Re: Add Design Report button in WebViewer.FX

Posted: Mon Oct 22, 2012 11:35 am
by AndrePE
Thanks for your reply.
The button ShowDesignButton don't exist in the properties of the StiWebViewerFX. I have the 2010 version, Does it's exists in this version?.

I don't know how set the Wmode in the Flash application, Can you help me with that?

Re: Add Design Report button in WebViewer.FX

Posted: Mon Oct 22, 2012 11:49 am
by HighAley
Hello.
AndrePE wrote:The button ShowDesignButton don't exist in the properties of the StiWebViewerFX. I have the 2010 version, Does it's exists in this version?.
This button was added in the 2012.2 release.
AndrePE wrote:I don't know how set the Wmode in the Flash application, Can you help me with that?
The WMode is a property of the StiWebViewerFx.

Thank you.