測試文字功能,小工具,標題

記錄很重要,不然會浪費很多時間在找以前的記憶

一個人的氣度,決定他未來的高度。

2014年4月14日 星期一

Visual Studio Express 使用 Report Viewer 的練習 Part 2 匯出Word

因為 Part 1 的 Visual Web Developer 2008 Express 用 Report Viewer 預設只能轉出 PDF 跟 Excel,某人為了怕USER會提出要求轉出 Word 需求,所以就有了 Part2這篇,試試看怎麼轉出 Word

相關 Part
Part 1 Report Viewer 練習開始
Part 2 Report Viewer 匯出Word
Part 3 Report Viewer 顯示資料庫圖檔
Part 4 VWD使用HTTP方式
Part 5 資料查詢 伺服器報表
Part 6 資料查詢 本機端報表
Part 7 匯出Word 使用VWD2010 Express


測試環境 : XP SP3
安裝了
SQL Server 2008 R2 Express Advanced Services (要用到 Reporting Services)
Visual Web Developer 2008 Express(有裝Report Viewer)

先用SQL Express建立報表,再用VWD2008 Express 的 Report Viewer
選伺服器報表就OK了
SQL Express建立好的報表,記得要部署一下(補充10304161450)




===================HTML CODE=========================
1030416補充
VWD 2008 Express 測試時是用檔案模式 ,用HTTP模式時會有認證問題
改天再試HTTP模式,Part 4 HTTP模式。
不要用複製貼上原始碼,會有問題,請從 設計 頁面去輸入資料
Part 3 是抓出資料庫的圖檔
======================================================
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana"
            Font-Size="8pt" Height="400px" ProcessingMode="Remote" style="font-weight: 700"
            Width="400px">
            <ServerReport ReportPath="/報表專案1/Report1"
                ReportServerUrl="http://ox01ox01:8080/ReportServer_SQLEXPRESS" />
        </rsweb:ReportViewer>
    </div>
    </form>
</body>
</html>

沒有留言:

張貼留言