You are reading help file online using chmlib.com
|
Rave Reports Developer Reference DetailReport property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property DetailReport: TDetailShell;
Default nil
Category
Components
Description This property defines the shell component that will be called to print the detail section of the report. TReportShell components cannot be used as a detail report of another shell component. The Execute method of DetailReport will be called between the OnDetailBefore and OnDetailAfter events.
See also
Example (Delphi) MasterShell1.DetailReport := DetailShell1;
Example (C++Builder) MasterShell1->DetailReport = DetailShell1; |
You are reading help file online using chmlib.com
|