You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. PrintFooter method |
Top Previous Next |
Declaration procedure PrintFooter(Text: string; Justify: TPrintJustify);
Category
Description This method will print the string, Text, just above the current SectionBottom justified by, Justify, between the current SectionLeft and SectionRight.
See also TBaseReport Class, All other print functions, GotoFooter
Example (Delphi) PrintFooter('Date 01/20/95', pjRight);
Example (C++Builder) PrintFooter("Date 01/20/95", pjRight); |
You are reading help file online using chmlib.com
|