跳到主要內容

Watermark on Crystal Reports 在Crystal Reports加浮水印

剛剛才知道Crystal Reports不但做表格差,連浮水印也不支援,只好用迂迴的做法,先進"區段專家"把"首頁"設成"放置在隨後區段",接著把圖設在對應的區塊,再移動到最下層。



如果有畫的表格線條則會被蓋住,怎麼辦呢?這是Crystal Reports很大的問題,一直都沒解決。方法很簡單,加一個文字物件,再設定文字格式有框線取代原有的表格繪圖線條即可。

參考資料:
Adding watermarks to Crystal Reports
How to insert a watermark in crystal reports
Lines not displaying in front of watermark


English Version:
I want to add a watermark on Crystal Reports,it's not too hard.

  1. Use Section Expert, select Page Header then click Underlay Following Sections check box.
  2. Resize the report, add picture to Page Header and set the picture to bottom layer.
Another problem comes up, the lines do not display over the picture. The workaround is to add an empty text object, set the border line. Then you get a object line can display over the picture.

References:

留言

這個網誌中的熱門文章

DBeaver 介面語言

DBeaver是我個人頗常用的一套跨平台Database管理工具,最近升級後發現Windows版本居然變成簡體中文,而且無法切換為英文。

自然人憑證讀卡機驅動程式

鳥毅用的是第一代的自然人憑證讀卡機,EZ100PU(後來有同事買EZmini可以讀SIM卡似乎更好),每年報稅時用一次。 本來只是要申請些政府業務,一時之間找不到光碟,沒想到在 驅動程式下載 居然看到Linux和Mac的驅動程式,剩下的就是政府單位的網頁和程式應該改版了吧!!!

如何將較高版本SQL Server複製到低版本SQL Server (降級為舊版)並保留權限及資料庫圖表

一般若是要將SQL Server裡的Database轉往其他Server時,最簡單的方式就是備份(Backup)後再還原(Restore),或者是䣃離(detach)後附加(attach)。 但是很不幸地,若是由較低版本(e.g. 2008)到較高版本(e.g. 2012)要怎麼辦呢?