How do print only on last report page?(for loading from rtm file)
I know for existing ppReport,I could setting as following for print only on
last page, and it works
In the Footer.BeforePrint event:
begin
Footer.Visible := Report.SecondPass and
(Report.Page = Report.PageCount);
end;
But if report's template loading from rtm file, it doesn't work.
How do I do for this case?
Regards,
abcat
last page, and it works
In the Footer.BeforePrint event:
begin
Footer.Visible := Report.SecondPass and
(Report.Page = Report.PageCount);
end;
But if report's template loading from rtm file, it doesn't work.
How do I do for this case?
Regards,
abcat
This discussion has been closed.
Comments
If you would like to keep the event code local to the report template, you
should take a look at RAP. RAP is available with the Enterprise edition of
ReportBuilder. See the following web page for more information on RAP.
http://www.digital-metaphors.com/Subpages/Products/Enterprise/Code.html
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
linked ;-)
"abcat66" ha scritto nel messaggio