用extjs搭的框架,在用ReportViewer展示报表。新建一个ShowReport.aspx页面来显示报表,然后引用这个页面。

var iframePanel = new Ext.Panel({
                style: 'padding:0px 0px 0px 5px;',
                border: false,
                html: ' <iframe id="leftIframe" width="100%" Height="458px" src="ShowReport.aspx" scrolling="no" frameborder="0" border="0" marginheight="0" allowtransparency="yes"> </iframe>'

 });

 

 

posted on 2012-02-10 15:22  Object 罗  阅读(407)  评论(0编辑  收藏  举报