Stimulsoft Reports.Silverlight discussion
fzflower
Posts: 2 Joined: Tue Apr 22, 2014 7:13 am
Post
by fzflower » Tue Apr 22, 2014 7:26 am
Code: Select all
<form id="form1" runat="server">
<div class="box" style="z-index:999;top:70px;position:relative; background:#f7f7f7; border:solid 1px #f09; width:200px; height:200px;">
<pre>
position: relative;
background: #f7f7f7;
border: solid 1px #f09;
width: 200px;
height: 200px;
z-index:999;
top:70px;
</pre>
</div>
<div>
<cc1:StiWebViewerSL Width="100%" Height="100%" ID="StiWebViewerSL1" runat="server" style="z-index:1;border:solid 2px #000;" />
</div>
</form>
Attachments
My Project 20140417163318.png (86.89 KiB) Viewed 3811 times
obscured 20140422152132.png (11.47 KiB) Viewed 3811 times
Vladimir
Posts: 1462 Joined: Fri Apr 13, 2007 4:05 am
Location: Earth
Post
by Vladimir » Tue Apr 22, 2014 11:31 am
Hello,
Please try to use this code:
Code: Select all
<cc1:StiWebViewerSL Width="100%" Height="100%" ID="StiWebViewerSL1" runat="server" Windowless="True" />
Thank you.
fzflower
Posts: 2 Joined: Tue Apr 22, 2014 7:13 am
Post
by fzflower » Wed Apr 23, 2014 12:59 am
Many thanks for your answer,but it can't resolve my problem.
I can't find the 'Windowless' property in StiWebViewerSL.
The version I used is 2013.1.1600.0 and the browser is Chrome
Attachments
mycode.png (17.72 KiB) Viewed 3802 times
noWindowless.png (60.46 KiB) Viewed 3802 times
Alex K.
Posts: 6488 Joined: Thu Jul 29, 2010 2:37 am
Post
by Alex K. » Wed Apr 23, 2014 6:56 am
Hello,
Please check the last version.
Thank you.