You are reading help file online using chmlib.com
|
Rave Reports Developer Reference SectionReportHeader property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property SectionReportHeader: 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 header.
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
|