FineUI 官方论坛

标题: 使用 fastreport.net 打印 [打印本页]

作者: xmwgp8    时间: 2016-2-1 11:07
标题: 使用 fastreport.net 打印
在使用 fineui 的项目中添加一个aspx页面:

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="print.aspx.cs" Inherits="print" %>

<%@ Register Assembly="FastReport.Web, Version=2015.3.13.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c" Namespace="FastReport.Web" TagPrefix="cc1" %>

<!DOCTYPE html>

<html xmlns="[img]file:///C:\Users\ADMINI~1\AppData\Local\Temp\[5UQ[BL(6~BS2JV6W}N6[%S.png[/img]http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="textfile:///C:\Users\ADMINI~1\AppData\Local\Temp\@IR3P(8S$C$Z$TY~5I{QEPC.gifml; charset=utf-8"/>
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <cc1:WebReport ID="WebReport1" runat="server" OnStartReport="WebReport1_StartReport" />
    </div>
    </form>
</body>
<html>

页面打开时, WebReport1 的 OnStartReport 事件不会执行 :

protected void WebReport1_StartReport(object sender, EventArgs e)
        {
            FastReport.Report report = this.WebReport1.Report;
            report.Load(Server.MapPath("test.frx"));//加载模板
        }


新创建一个普通的webform网站,在页面中添加了一个 webreport , aspx 及 c# 代码与上面相同,
运行创建的这个项目,打开报表的start事件可以执行,可以支持加载报表。


作者: phpb    时间: 2016-6-30 14:43
请问fastreport在fineui里实现了吗?
作者: xmwgp8    时间: 2016-6-30 21:53
没有,自己安装FastReport。
作者: phpb    时间: 2016-6-30 22:02
xmwgp8 发表于 2016-6-30 21:53
没有,自己安装FastReport。

谢谢。




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4