Crystal Report 好用但仍有很多限制, 用code寫pdf file可以更dynamic. 所以推介iTextSharp來做 Report.
iTextSharp網頁: http://itextsharp.sourceforge.net
2008年2月2日 星期六
2008年2月1日 星期五
2007年12月4日 星期二
Define Special Character in C#
Define as follows:
char x = '/u00A9'; /* '©' = char(169) */
Reference:
ASCII Code Page
http://yorktown.cbe.wwu.edu/sandvig/docs/ASCIICodes.aspx
char x = '/u00A9'; /* '©' = char(169) */
Reference:
ASCII Code Page
http://yorktown.cbe.wwu.edu/sandvig/docs/ASCIICodes.aspx
訂閱:
文章 (Atom)