| 
       << Click to display table of contents >> Actions [VCL and LCL] | 
    
VCL and Lazarus versions of Report Workshop include a set of actions for editing report templates. They can be used in addition to other RichViewActions.
 TrvrActionReportWizard generates a new master-detail report template basing on available data.
 TrvrActionDocProperties edits report-related document properties.
 TrvrActionRowGenerationRules edits row generation rules.
 TrvrActionCrossTab edits a cross tabulation.
 TrvrActionCellProperties edits report table cell properties, as well as BackgroundVisualizers and BackgroundColorChangers collections
The actions above may be applied to normal tables: they convert them to report tables (after a confirmation)
 TrvrActionConvertToReportTable converts the selected normal table to a report table.
 TrvrActionInsertTable creates a new a report table (either a blank table or a table showing the a data table chosen by the user).
Note: additionally, the actions for editing report table properties may convert normal tables to report tables.
 TrvrActionInsertShape inserts a geometric shape into the editor.