<< Click to display table of contents >> TRVReportDocObject.HighlightRules |
Allows/disallows highlighting in all report tables.
property HighlightRules: Boolean;
You can highlight:
•report cells using TRVReportTableCellData.HighlightColor (if they have a data query associated)
•row generation rules using TRVRowGenerationCustomRule.HighlightColor
•cross-tab header using TRVCrossTab.HighlightColor
These objects can be highlighted in unprocessed report template, to allow better understanding its structure.
The property only for the first object of TRVReportDocObject class in TRichView.DocObjects collection is used.
Default value
False
See also
•RVReportGetHighlightRules function
•RVReportSetHighlightRules procedure