zhou JamesID:jameszhou
87624次访问,排名1049好友2人,关注者27
PMP & MCAD
jameszhou的文章
原创 89 篇
翻译 0 篇
转载 0 篇
评论 71 篇
James Zhou的公告
Locations of visitors to this page

最近评论
chjttony:说多了,没什么意思啊,时间才能证明一切,等到看就有答案了
kenpusney:总感觉微软没前途...
控制帐户:很好。
找了半天什么是控制帐户,终于看到这里有说明。
不过英文看起来恼火。
aladdin:這沒有帶來什麼思想解放阿...

1. HttpContext.RewriteUrl,從2003年就開始用了。

2. M$沒事把這些並不是常常需要用到的把戲,弄得好像和藹可親,但卻常常忘記了: 1) Layering,2) Lightweight,再加上M$常常給出不正確的practice,以致於新的小朋友進公司,還得要花上很多時間把這些錯誤從他們的……
tcly:好像有点牛头不对马嘴呀
文章分类
收藏
    相册
    链接
    Old Blog - Runner on .NET
    存档
    订阅我的博客
    XML聚合  FeedSky

    原创 Hot Tip - SQL 报表服务(Reporting Services) RDL收藏

    新一篇: Reporting Services Tip - 怎样隐藏Matrix中的列并且在Sub Total中显示该列的汇总 | 旧一篇: IBuySpy - .NET open-source Portal 的起源

    http://msdn2.microsoft.com/zh-cn/library/bb395166.aspx上面的地址中列举了一些SQL 2005报表服务的一些Tips,值得一看。

    一个常见的使用技巧是,如果报表中的一些element不支持直接引用数据源field的时候,可以通过一个Textbox"过渡"一下来实现,因为Textbox的值可以通过ReportItems!TextBoxName.value来引用的,将此Textbox的Hidden属性设置为true,就可以隐藏它,不必显示在界面上。

    [Update 2007-8-24]:另一个类似的技巧是使用隐藏参数
    Another approach is to use hidden parameters. To do this, create a new data set that contains the values that you want to put in the report. In general, the query should only return a single row. After defining the data set, create a hidden parameter for each value you want to display. Set both of the available values and the default values for these parameter to the data set and field that contains the information that you want to show. Then you can simply add them to the page header or footer using the =Parameters!ParameterName.Value syntax.

    发表于 @ 2007年08月17日 15:21:00|评论(loading...)|编辑

    新一篇: Reporting Services Tip - 怎样隐藏Matrix中的列并且在Sub Total中显示该列的汇总 | 旧一篇: IBuySpy - .NET open-source Portal 的起源

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © James Zhou