You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. ResetSection method |
Top Previous Next |
Declaration procedure ResetSection;
Category
Description This method will reset the section values, SectionLeft, SectionRight, SectionTop and SectionBottom to be equal to the current margin settings.
See also TBaseReport Class, All Margin and Section properties
Example (Delphi) RvNDRWriter1.ResetSection;
Example (C++Builder) RvNDRWriter1->ResetSection(); |
You are reading help file online using chmlib.com
|