So Hard Question
My DB Table like this
ID1 ID2
1 a
1 B
1 C
2 d
2 d
3 D
3 D
Now, I want to use FR show below report
|ID1 | ID2 |
| | a |
| 1 | B |
| | C |
|
| 2 | d |
| | d |
ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼
| 3 | D |
| | D |
the ID1 column is vaCenter style and suppress same values,how to this by subreport
ID1 ID2
1 a
1 B
1 C
2 d
2 d
3 D
3 D
Now, I want to use FR show below report
|ID1 | ID2 |
| | a |
| 1 | B |
| | C |
|
| 2 | d |
| | d |
ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼ï¼
| 3 | D |
| | D |
the ID1 column is vaCenter style and suppress same values,how to this by subreport