自訂 BIRT 報告檢視器

Report Launcher for ClearQuest® Web 介面中的 BIRT 報告檢視器的視圖設定,取決於為了執行及檢視報告所產生的 URL。您可以在 Report Launcher for ClearQuest 配置檔中修改 URL 範本,以變更視圖設定。
關於這項作業
這項作業需要更新 reportlauncher.properties 配置檔。配置檔位於部署 ClearQuest Web 應用程式的目錄中。如果 ClearQuest 部署在 WebSphere 設定檔中,則以下是配置檔的預設路徑:
在 Windows® 上:
%CLEARQUEST_HOME%\cqweb\cqwebprofile
在 Unix 上
$CLEARQUEST_HOME/cqweb/cqwebprofile/

其中 CLEARQUEST_HOME 是 ClearQuest 的安裝目錄。

程序
  1. 編輯 reportlauncher.properties 配置檔。
  2. 尋找此檔案中的 reports.launcher.birt.serverPath 設定,它定義用來啟動「BIRT 報告檢視器」的預設 URL 範本。然後,依需要變更設定。
    例如,若要暫停顯示報告檢視器工具列,請將 toolbar=true 設定變更為 toolbar=false
    reports.launcher.birt.serverPath=/birt/frameset?__report= %reportPath&__title=%title& __toolbar=false
    如需其他檢視器設定的說明,請參閱 http://www.eclipse.org/birt/phoenix/deploy/viewerUsage2.2.php

意見