Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在最后一页显示的stimulsoft中添加一行?
(我有一行显示每页中一列的总和,我希望在整个报告中显示该列的总和,仅显示在最后一页而不是报告的每一页)
使用ReporSummaryBand,这只会显示在报告的最后一页。
ReporSummaryBand
并使用以下作为整个报告的总和:
{Sum(DataDataSource1,DataSource1.YourvalueVale)}