DrillDown Behavior
Hi Nico, fine?
Nico, I have a doubt about DrillDown behavior.
The situation is as follows. I have the expansion function of all the
details in my preview report.
Code below:
TppReport(Report).ExpandDrillDowns;
Viewer.RegenerateReport;
When I expand all nodes I'm not colapse them individually. Individual access
to nodes is disabled. Just back to work when all nodes are expanded.
This behavior is normal in ReportBuilder?
Thank you.
Eliseu Corrona.
Nico, I have a doubt about DrillDown behavior.
The situation is as follows. I have the expansion function of all the
details in my preview report.
Code below:
TppReport(Report).ExpandDrillDowns;
Viewer.RegenerateReport;
When I expand all nodes I'm not colapse them individually. Individual access
to nodes is disabled. Just back to work when all nodes are expanded.
This behavior is normal in ReportBuilder?
Thank you.
Eliseu Corrona.
This discussion has been closed.
Comments
This is working as designed.
The ExpandDrillDowns sets the ExpandAll property of the Subreport(s) to
True which then makes all subreports un-clickable.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for your help.
I understand the function that expand all details.
I'm sorry, maybe I was not explain my doubt correctly.
When I expand all subreports I not have individual access to collapse node.
This is my question. If this behavior is normal in ReportBuilder.
Thanks.
Regarts,
Eliseu Corrona.
That is correct, once you expand all, you will loose individual access
to collapse each subreport. See the Subreport.ExpandAll help topic for
more information on this.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you for your return.
I'll see the help to complement this informations.
Regarts,
Eliseu Corrona.