You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. GotoHeader method |
Top Previous Next |
Declaration procedure GotoHeader;
Category
Description This method will position the text cursor just below the current SectionTop.
See also TBaseReport Class, MarginTop, PrintHeader, SectionTop
Example (Delphi) RvNDRWriter1.GotoHeader; RvNDRWriter1.Print('Line just below SectionTop');
Example (C++Builder) RvNDRWriter1->GotoHeader(); RvNDRWriter1->Print("Line just below SectionTop"); |
You are reading help file online using chmlib.com
|