You are reading help file online using chmlib.com
|
Rave Reports Developer Reference SetupSection method (archived BEX only) |
Top Previous Next |
Declaration function SetupSection(BaseReport: TBaseReport): Boolean;
Category
Components TReportSection
Description This method will adjust the section to match the settings defined. If there is not enough height available for the section then a new page will be generated. The tabs and font will also be initialized if TabIndex or FontIndex are non-zero. This method is called automatically by the shell and table printer components.
See also
Example (Delphi) ReportSection.SetupSection(Sender as TBaseReport);
Example (C++ Builder) ReportSection->SetupSection( dynamic_cast<TBaseReport*>(Sender)); |
You are reading help file online using chmlib.com
|