You are reading help file online using chmlib.com
|
Rave Reports Developer Reference Bottom property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property Bottom: double;
Default 0.0
Category
Description This property defines the placement for the bottom of the section. All values are in units and are relative to a specific position on the page, such as the page or margin edge, which is defined by the relative XxxxMethod property (such as LeftMethod).
See also Left, Right, Top, BottomMethod
Example (Delphi) ReportSection.Bottom := 0.5;
Example (C++Builder) ReportSection->Bottom := 0.5; |
You are reading help file online using chmlib.com
|