用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>'
});