zhou JamesID:jameszhou
87849次访问,排名1045好友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

    原创 Tip - SQL报表 - 按每N行记录将报表分页收藏

    新一篇: Web Service调用Nhibernate数据访问异常:xx cannot be serialized because it does not have a parameterless constructor | 旧一篇: Tips - Web UI 资源索引

    报表可以通过设置其Layout的大小来控制分页,但是如何更精确的按照每N行记录对报表分页?

    see - http://msdn2.microsoft.com/en-us/library/ms157328.aspx

    Page Breaks

    In some reports, you may want to place a page break at the end of a specified number of rows instead of, or in addition to, on groups or report items. To do this, create a group in a data region (typically a group immediately outside the detail), add a page break to the group, and then add a group expression to group by a specified number of rows.

        * The following expression, when placed in the group expression, assigns a number to each set of 25 rows. When a page break is defined for the group, this expression results in a page break every 25 rows.

          =Int((RowNumber(Nothing)-1)/25)

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

    新一篇: Web Service调用Nhibernate数据访问异常:xx cannot be serialized because it does not have a parameterless constructor | 旧一篇: Tips - Web UI 资源索引

    评论:没有评论。

    发表评论  


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