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

Outline Feature

edited September 2003 in General
Is there any documentation on how to use the outline feature.

I have a bunch of group bands, and I want to override the caption.

Example, I have the following fields: ID, NAME. The group band breaks on
ID, but I want the caption to be the NAME. The reason is that multiple
users may have the same name (so I can't break on that), so I break on ID,
but want NAME in the outline.

Thanks

Comments

  • edited September 2003
    Hi Joe,

    Check out the Report.OnOutlineNodeCreate event. This event will give you
    access to the TTreeView nodes used to generate the Report Outline. Set the
    aNode.Caption property to modify the default caption assigned to the node.

    --
    Best Regards,

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