RDLC_部署到不同的浏览器

首先我用的是vs2015 的reportview插件

在数据库中应该配置报表的服务器地址,在项目中添加ReportViewer 插件,单独用一个页面显示接收报表

  <form id="form1" runat="server" lang="zh-cn">
<%-- 831px --%>
<div style="height: 831px" lang="zh-cn">
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<rsweb:ReportViewer ShowPrintButton="True" ProcessingMode="Local" ID="ReportViewer1" runat="server" SizeToReportContent="true" Height="100%" Width="100%" BackColor="#DEE7F2" SplitterBackColor="#A4B7D8" Font-Names="微软雅黑" Font-Size="8pt">
</rsweb:ReportViewer>
</div>
</form>

上面的ScriptManager 是查询条件

RDLC_部署到不同的浏览器

上一篇:Spring Boot 基于Spring Initializer 的快速构建 day02


下一篇:使用 Spring Boot 快速构建 Spring 框架应用