ordendelfai
Technical User
I have a sub report on a master report that is not linked (independent). The sub report has a group header that prints with the data on the master report when their is data in the sub report. When there is no data in the sub report however, nothing prints at all. I need the group header to still be visible even when there is no data in the sub report.
I have played around with the OnOpen, OnFormat and OnPrint of the master report by entering the below code to try to force the sub report to always be visible with no luck:
Anyone have some tips to force the group header to be displayed?
~Orden
I have played around with the OnOpen, OnFormat and OnPrint of the master report by entering the below code to try to force the sub report to always be visible with no luck:
Code:
MySubReport.Visible = True
Anyone have some tips to force the group header to be displayed?
~Orden