The group rows' font.
Usage
Set_Property(OLECtrlEntID, "OLE.GroupRowsFont", FontArray)
Values
The FontArray structure uses the same formatting as the OpenInsight FONT property. Visit the Font common OLE property page for further documentation.
Default: Tahoma, 8 pt.
Indices
Index | Description |
---|---|
col | The index to a column in the report table |
Remarks
The GroupRowsFont sets the font used to render the captions in the group rows, which are the collapsible rows that appear above grouped data.
Example
// Make the group rows font larger Set_Property(@Window:".OLE_REPORTTABLE", "OLE.GroupRowsFont", @SVM:18)