<< Click to display table of contents >> TRVReportTableItemInfo.Processed |
Specifies if this table was processed by a report generator.
property Processed: Boolean;
Initially, Processed = False. When a report generator's Execute is called for TRichView containing this table, Processed becomes True.
Cross tabulation, row generation rules, and cells with assigned DataQuery can be highlighted only if Processed = False.
Default value
False
See also