rvreportgenerator TRVReportGenerator

Properties   Methods   Events

<< Click to display table of contents >>

rvreportgenerator TRVReportGenerator

Properties   Methods   Events

A report generator component.

Unit RVReportGenerator;

Syntax

TRVReportGenerator = class (TCustomRVReportGenerator)

hmtoggle_arrow1Hierarchy

Description

Call Execute to processes a TRichView component containing a report template, in order to produce a final report.

While processing a report template, the report generator processes data queries by creating query processors. They are created either by DataProvider, or in OnCreateQueryProcessor event.

While generating reports, the following events occur:

OnDataQueryProgress allows to show a progress indicator or to abort the generation;

OnError allows to process errors;

OnProcessRecord allows to execute your code before processing each record in results of a query processor.

The report generator has a list of global report variables.

See also

Definitions of Report Workshop terms