You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TDetailShell (archived BEX only) |
Top Previous Next |
Unit RpShell
Hierarchy TBaseShell | TDetailShell Description This component is the simplest of the framework components, so we will start with that. TDetailShell is good for table listing style reports where you still want to code the report, but in a more structured and easier to maintain format. There are 2 main parts to the shell components, the sections and the events.
TDetailShell Events OnBodyAfter, OnBodyBefore, OnBodyFooter, OnBodyHeader, OnRowAfter, OnRowBefore, OnRowPrint
TDetailShell Methods Execute, PrintBodyFooter, PrintBodyHeader, PrintRow
TDetailShell Properties Engine, IsNewPage, IsReprint, SectionBodyFooter, SectionBodyHeader, SectionRow, StartNewPage |
You are reading help file online using chmlib.com
|