You are reading help file online using chmlib.com
|
Rave Reports Developer Reference SectionPageFooter property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property SectionPageFooter: TReportSection;
Default Standard section values
Category
Components
Description Brings up the section editor, which you can use to define the section settings for the page footer.
See also
Example (Delphi) SectionPageFooter.BottomMethod := dmPage; SectionPageFooter.Bottom := 0.25;
Example (C++Builder) SectionPageFooter->BottomMethod = dmPage; SectionPageFooter->Bottom = 0.25; |
You are reading help file online using chmlib.com
|