How to make the DIV displayed in the StiWebViewerSL

Stimulsoft Reports.Silverlight discussion
Locked
fzflower
Posts: 2
Joined: Tue Apr 22, 2014 7:13 am

How to make the DIV displayed in the StiWebViewerSL

Post by fzflower »

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
My Project
20140417163318.png (86.89 KiB) Viewed 2973 times
obscured
obscured
20140422152132.png (11.47 KiB) Viewed 2973 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: How to make the DIV displayed in the StiWebViewerSL

Post by Vladimir »

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

Re: How to make the DIV displayed in the StiWebViewerSL

Post by fzflower »

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
mycode.png (17.72 KiB) Viewed 2964 times
noWindowless.png
noWindowless.png (60.46 KiB) Viewed 2964 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to make the DIV displayed in the StiWebViewerSL

Post by Alex K. »

Hello,

Please check the last version.

Thank you.
Locked