1

Dears, I developed the report with some of the groups and everything working well but when executing it always get empty tablix on the last page like the below image

Empty Tablix

I have tried many solutions but without a real solution yet

Marc
  • 33
  • 1
  • 4
  • I tried the below code: =iif(CountRows("DataSet1") > 0, true, false) and the empty tablix has been disappeared but the pagination also disappeared on the last page of the report ! – Marc Feb 05 '20 at 23:35

1 Answers1

1

The command you mentioned is true just make sure to add the footer in the first and last page from footer properties

Jons
  • 32
  • 1
  • 8