<< Click to display table of contents >> TRVCrossTab.HighlightColor |
Specifies the color to highlight the cross-tab header in the report template.
property HighlightColor: TRVColor;
The cross-tab header is highlighted if:
•the first TRVReportDocObject item in TRichView.DocObjects has HighlightRules = True;
•the owner table's Processed = False
•FirstRow and Column define the position of the cross-tab header inside the table
•the owner table's Cells[FirstRow, Column] is not nil.
The header is shaded with this color.
Default value:
$FF0099 for VCL and LCL; $FF9900FF for FMX
See also
•Definitions of Report Workshop terms
•TRVReportTableCellData.HighlightColor