<< Click to display table of contents >> TRVReportTableItemInfo.RowGenerationRules |
A collection of row generation rules for this report table.
property RowGenerationRules: TRVRowGenerationRules;
Each item in this collections allows applying a data query (for example, SQL SELECT) to the specified range of table rows. These rows will be replicated as many times as many records a query processor returns for this data query, with each replication corresponds to one record.
A direct assignment to this property cannot be undone by the user. Use SetRowGenerationRules to assign a new value to this property as an editing operation.
See also
•Definitions of Report Workshop terms
•item in this collection: TRVRowGenerationRule