Master Data Band Conditional Printing
I have a report that has a Master band, Detail Band and Subdetail Band. The Master Band is under a header that has Drill Down Enabled.
When the form is Expanded I want to be able to detect it in code so that I can use SubReports to change the way the data in the Master Band is printed.
I already use subreports and the code page to change the way individual lines are printed within the detail and subdetail bands but I am unable to figure out how to catch Expand Collapse for the whole report or a single item.
I am trying to avoid confusion as some of the information in the master band may also be contained in the detail band.
So when it is expanded it appears as if the information was included twice.
I thought I could use DrillState but it apparently not supported.
Any ideas would be appreciated
Feb 12, 2018
I may not be making myself clear as no one has suggested anything I just want to activate different subreports for expand and contract functions.
Similar to
Did he expand then display this subreport
Did he contract then this one.
Again any suggestion is appreciated.
Thank You
When the form is Expanded I want to be able to detect it in code so that I can use SubReports to change the way the data in the Master Band is printed.
I already use subreports and the code page to change the way individual lines are printed within the detail and subdetail bands but I am unable to figure out how to catch Expand Collapse for the whole report or a single item.
I am trying to avoid confusion as some of the information in the master band may also be contained in the detail band.
So when it is expanded it appears as if the information was included twice.
I thought I could use DrillState but it apparently not supported.
Any ideas would be appreciated
Feb 12, 2018
I may not be making myself clear as no one has suggested anything I just want to activate different subreports for expand and contract functions.
Similar to
Did he expand then display this subreport
Did he contract then this one.
Again any suggestion is appreciated.
Thank You