TRVRowGenerationCustomRule

Properties

<< Click to display table of contents >>

TRVRowGenerationCustomRule

Properties

TRVRowGenerationCustomRule is a base class for table row generation rules.

Unit RVReportTable;

Syntax

TRVRowGenerationRule = class (TCollectionItem)

hmtoggle_arrow1Hierarchy

Description

This class is not used directly. The following classes are inherited from it:

TRVReportGenerationRule – a class of items in the collection TRVReportTableItemInfo.RowGenerationRules.

TRVReportGenerationCustomRule – a class of items in the collection SubRules.

Main properties:

DataQuery – a data query to apply to the rows

FirstRow, RowCount – a range of table rows that are replicated when applying the rule

Name – a name of the rule, allowing to refer to it from data fields

SubRules – rules applied to subsets of cells belonging to the rows defined with FirstRow, RowCount