1

我有一个 tablix 报告,它有一个组。一个组可能会跑几页,所以我需要把上一页的余额,作为新页面的第一行,然后是详细信息,最后是页面总数。

Group Header
Groups Balance from the previous page
Details
Groups Balance(including previous page values)

我怎样才能做到这一点,谢谢你的时间。假设只列出两列,借方金额、贷方金额和账户代码

Account code, Debit, Credit    
group1 (account code)
    balance 0,0
    group-1-detail-1, 10,  0
    group-1-detail-2, 20,  0
    totals (group-1-so-far)   30, 0
    end of page
    beginning of page
Account code, Debit, Credit
    group1
    balance    30,0
    group-1-detail-3, 10,  0
    group-1-detail-4, 0,  40
    totals (group-1-so-far)   40, 40
    end of page
4

0 回答 0