You are reading help file online using chmlib.com
|
Rave Reports Developer Reference SectionPageHeader property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property SectionPageHeader: 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 header.
See also
Example (Delphi) SectionPageHeader.TopMethod := dmPage; SectionPageHeader.Top := 0.25;
Example (C++Builder) SectionPageHeader->TopMethod = dmPage; SectionPageHeader->Top = 0.25; |
You are reading help file online using chmlib.com
|