Outline Feature
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
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
This discussion has been closed.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com