Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

DrillDown Behavior

edited February 2012 in General
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.

Comments

  • edited February 2012
    Hi Eliseu,

    This is working as designed.

    The ExpandDrillDowns sets the ExpandAll property of the Subreport(s) to
    True which then makes all subreports un-clickable.



    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited February 2012
    Hello Nico.
    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.



  • edited February 2012
    Hi Eliseu,

    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.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited February 2012
    Hi Nico,
    Thank you for your return.

    I'll see the help to complement this informations.

    Regarts,

    Eliseu Corrona.

This discussion has been closed.