0

I want to hide sub report on SSRS preview(even don't want to show white blank tab).But while exporting it should show sub-report too

Thank You!!!

anonymous
  • 55
  • 1
  • 9

1 Answers1

0

One trick is using the multiple header Row of tablix.

For Example, If you have 1 Sub-report and 1 tablix report.

Steps1:

  1. Insert a tablix

  2. Delete the Detail row

  3. Add another row below the header row (for subreport and tablix)

  4. Resize the tablix row (rectangle inside the tablix row to make a fixed size, play with it)
  5. Set the visibility property of each row in expression
p2k
  • 2,126
  • 4
  • 23
  • 39