跳转到最后一页

时间:2016-03-10 08:16:24

标签: delphi fastreport delphi-10-seattle quickreports

我正在将报表从QuickReport迁移到FastReports。在旧代码中,我有以下内容:

if MyCheckBox.Checked then
      MyReport.LastPage;

我会在乐队的AfterPrint事件中调用它,但我似乎无法迁移这部分代码。 如何使用FastReports跳转到最后一页?

0 个答案:

没有答案