Colorizes groups rows and renders their captions in white.
Usage
Set_Property(OLECtrlEntID, "OLE.GroupRowsShaded", Boolean)
Values
[True | False]
Default: False
Remarks
The GroupRowsShaded property determines how group rows are rendered. By default, this property is false and group rows are rendered with blue captions over white backgrounds. Since all data rows are usally white as well, you can make group rows stand out more by setting this property to true. In this case, group rows are rendered in blue with white captions.
Example
// Make group rows stand out by shading them Set_Property(@Window:".OLE_REPORTTABLE", "OLE.GroupRowsShaded", 1)