Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
http://www.foxtable.com/help/topics/1659.htm
用常规的方式生成一个统计表,然后查看统计表结构,找出正确的名称:
http://www.foxtable.com/help/topics/0193.htm
For each dc as DataCol in DataTables("xxx").DataCols
if dc.Caption.EndsWith(“占比") Then
dc.SetFormat("#0.00%")
end If
Next