How to Hide some row of detail band?
I have a master-detail report that in some condition I want to not print some row of detail data e.g. base on some field value
Field 'Bit' = 1 not print
A
1
>not print this row
2
3
B
3
C
1 ---->not print this row
2
This condition is preset by user before printibf
Field 'Bit' = 1 not print
A
1
>not print this row
2
3
B
3
C
1 ---->not print this row
2
This condition is preset by user before printibf
Comments
Band1.Visible := somecondition = True