开发插件 ActiveRepoert

1.新建一个MVC的web项目

2.新建项

ActiveReport之WebMVC打印报表

ActiveReport之WebMVC打印报表

ActiveReport之WebMVC打印报表

 

 3.设置表格需要打印的字段

ActiveReport之WebMVC打印报表

4.新建aspx显示报表视图

ActiveReport之WebMVC打印报表

<body>
    <form id="form1" runat="server">
    
        <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
        <asp:UpdatePanel ID="UpdatePanel1" runat="server">
            <ContentTemplate>
                <rsweb:ReportViewer ID="ReportViewer1" runat="server"></rsweb:ReportViewer>
            </ContentTemplate>
        </asp:UpdatePanel>
    </form>
</body>
RdlcView.aspx

相关文章: