You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. PrintHeader method |
Top Previous Next |
Declaration procedure PrintHeader(Text: string; Justify: TPrintJustify);
Category
Description This method will print the string, Text, just below the current SectionTop justified by, Justify, between the current SectionLeft and SectionRight.
See also TBaseReport Class, All other print functions, GotoHeader
Example (Delphi) PrintHeader( 'Report Header Text', pjCenter);
Example (C++Builder) PrintHeader( "Report Header Text", pjCenter); |
You are reading help file online using chmlib.com
|