Hi All,
I have Main report in that i have 5 sub reports . i want to show each sub report on separate page,for that in main report i have added subeports inside the rectangle and set PageBreak to End. Its working fine when all sub reports have data.But if any subreport doesn't return any data then it showing the Blank Page. I tried all solutions like Hidding rectangle using expression ,Hidding subreport using expression but it's not working
I have also tried using Tablix and each row i have added rectangle and then in rectangle i have added sub report. Using =IIF(RowNumber(Nothing)>0,False,True) i was trying to hide the Row but blank page is showing when no data is return by subreport.
please suggest solution on this
*This post is locked for comments
I have the same question (0)