Files
thinkyu/Web/forms/report/fmDownload.ascx
T
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

95 lines
3.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="fmDownload.ascx.cs" Inherits="forms_report_fmDownload" %>
<%@ Register Assembly="WNET" Namespace="Wellan.Web.UI" TagPrefix="cc1" %>
<cc1:WLabel ID="WLabel1" runat="server" CssClass="pageTitle">下載報表檢視器</cc1:WLabel>
<div style="font-size: 12pt; line-height:150%">
<style>
li {
margin: 10px auto;
line-height: 150%;
}
</style>
<h3>下載</h3>
<ul>
<li>下載報表檢視器 <a href="report/CRViewerServer.zip">報表檢視器安裝包</a>
</li>
<li>下載必要元件安裝包 <a href="report/CRRuntime_32bit_13_0_24.msi">必要元件安裝包</a>
</li>
</ul>
<h3>安裝前注意</h3>
<ol>
<li><p>若先前安裝過舊版本,請至控制台解除安裝 "Maolaoda Report Viewer"</p>
<p>Windows 7</p>
<img src="picture/uninstall_old_crviewer_win7.png" />
<p>Windows 10</p>
<img src="picture/uninstall_old_crviewer_win10.png" />
</li>
</ol>
<h3>安裝步驟</h3>
<ol>
<li>
下載報表檢視器 <a href="report/CRViewerServer.zip">報表檢視器安裝包</a>
</li>
<li>
將報表檢視器安裝包<b>解壓縮</b>後,執行 Setup 安裝<br />
<img src="picture/crserver_files.png" />
</li>
<li>
安裝必要元件 <a href="report/CRRuntime_32bit_13_0_24.msi">必要元件安裝包</a>
</li>
<li>
執行 CRRuntime_32bit_13_0_24.msi 進行必要元件安裝
</li>
<li>
<b>若必要元件安裝失敗</b>,請使用以下步驟:
<ul type="square">
<li>將 CRRuntime_32bit_13_0_24.msi 複製至「C:\」,方便接下來的操作 </li>
<li>點擊開始功能表,輸入「CMD」搜尋</li>
<li>於搜尋結果中的「命令提示字元」上按滑鼠右鍵,選擇「以系統管理員身份執行」</li>
<li>於「命令提示字元」中輸入「C:\CRRuntime_32bit_13_0_24.msi」按 enter 開始安裝</li>
</ul>
</li>
<li>安裝成功之後請重新開機或是執行桌面上的「報表檢視器」捷徑</li>
<li>若開機後沒有自動執行,桌面上有「報表檢視器」捷徑,請手動執行</li>
<li>報表檢視器會常駐在工具列上<br />
Windows 7<br />
<img src="picture/crserver_icon_win7.png" /><br />
Windows 10<br />
<img src="picture/crserver_icon_win10.png" /><br />
Windows 11<br />
<img src="picture/crserver_icon_win11.png" />
</li>
<li>可支援各種瀏覽器</li>
</ol>
<h3>注意事項</h3>
<ol>
<li>報表檢視器可能會被瀏覽器或廣告阻擋軟體誤認為是廣告外掛,<br />
若已經安裝好報表檢視器並且已經執行,但依然無法檢視報表時,<br />
請設定廣告阻擋軟體,加入此網站為白名單
</li>
<li>
若使用 Chrome、Edge 瀏覽器無法使用報表檢視器,請嘗試這個方法:<br />
<ul type="square">
<li>
於網址列輸入 <b>chrome://flags/</b> 後按 Enter,開啟瀏覽器的旗標設定畫面<br />
<img src="picture/chrome_flags.png" />
</li>
<li>
搜尋 <b>Block insecure private network requests</b><br />
<img src="picture/chrome_flags_search.png" />
</li>
<li>
將設定改為「Disabled」,然後<b>重開瀏覽器</b><br />
<img src="picture/chrome_flags_setok.png" />
</li>
</ul>
</li>
</ol>
</div>