You are reading help file online using chmlib.com
|
Rave Reports Developer Reference BottomMethod property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property BottomMethod: TDistanceMethod;
Default dmMargin (except TopMethod is dmSpecial)
Category
Description These properties will define where each side of the section will be measured.
See also Left, LeftMethod, RightMethod, TopMethod
Example (Delphi) ReportSection.LeftMethod := pjMargin;
Example (C++Builder) ReportSection->LeftMethod = pjMargin; |
You are reading help file online using chmlib.com
|