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

subReports and DrillDown

edited May 2005 in Subreports
I have four cascading subreports and the Main report. The first subReport
is in the Group Header of the main report under the main level fields. The
Second Subreport is in the Group Header of the first subreport, under the
fields of the first subReport. This is the pattern through out until the
contents of the last subreport which houses it values in it's own detail
section. All works great.

I also have a shape behind the Fields at each level as a drill down
component for each subcomponent except the last, ofcourse.

The lower groups often have 20 or thirty sub-groups and they have hundreds
of line items. What wouold be very useful would be a means to expand all of
retract All groups below a given level. Is this possible?
TIA
Larry

Comments

  • edited May 2005
    Hi Larry,

    Each subreport contains the ExpandAll property to automatically print all
    instances of that subreport in the expanded view. Calling the
    Report.ExpandDrillDowns procedure will set the ExpandAll property for every
    subreport in your report to True.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.