[]
Paints the range group level box.
public void PaintRangeGroupLevelBox(Graphics g, int x, int y, int width, int height, int groupLevel, bool rowGroup, bool isLeftToRight)
Public Sub PaintRangeGroupLevelBox(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, groupLevel As Integer, rowGroup As Boolean, isLeftToRight As Boolean)
| Type | Name | Description |
|---|---|---|
| Graphics | g | Graphics object. |
| int | x | X-coordinate. |
| int | y | Y-coordinate. |
| int | width | Width. |
| int | height | Height. |
| int | groupLevel | Group level index. |
| bool | rowGroup | Specifies whether it is a row group. |
| bool | isLeftToRight | Specifies whether to paint from left to right. |