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