Sady Home

Note my coding life

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年10月11日

摘要: 在使用MS Reporter做报表时,有些功能不能实现,可以用VB自定义一个函数来处理。比如下面的: 打开一个报表文件.RDLC时,在非操作区点右键,选择属性,再选择CODE选项卡,输入下列代码 Public Function GetPersent()Function GetPersent(ByVal vASP As Decimal, ByVal vMCOS As Decimal, ByVal v... 阅读全文
posted @ 2007-10-11 15:46 Sady 阅读(305) 评论(0) 推荐(0)

摘要: String.Format("{0}", "formatting string"}; //Uses the "en-US" culture. enum Color {Yellow = 1, Blue, Green}; static DateTime thisDate = DateTime.Now; //Format the strings s=String.Format( ... 阅读全文
posted @ 2007-10-11 15:36 Sady 阅读(455) 评论(0) 推荐(0)

凭飞堂