単一のグループを持つ Tablix レポートがあります。グループは複数のページにまたがる可能性があるため、前のページの残高を新しいページの最初の行として転送し、次に詳細、ページの最後にページ合計を転送する必要があります。
Group Header
Groups Balance from the previous page
Details
Groups Balance(including previous page values)
どうすればこれを達成できますか、お時間をいただきありがとうございます。借方金額、貸方金額、口座コードの 2 つの列だけをリストするとします。
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