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.
Add Design Report button in WebViewer.FX
Re: Add Design Report button in WebViewer.FX
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.
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
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?
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
Hello.
Thank you.
This button was added in the 2012.2 release.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?.
The WMode is a property of the StiWebViewerFx.AndrePE wrote:I don't know how set the Wmode in the Flash application, Can you help me with that?
Thank you.