Group breakvalue in a subreport
How do I get a group breakvalue in a subreport?
I have a group defined in a subreport and I need to know the breakvalue
so I can customize the subreport's summary band. Depending on the
breakvalue, I may need to do x, y or z.
The main reports has the groups and breakvalue properties, but I do not
see any similar properties for subreports.
Thanks
Tom Martin
Delphi Centurion
I have a group defined in a subreport and I need to know the breakvalue
so I can customize the subreport's summary band. Depending on the
breakvalue, I may need to do x, y or z.
The main reports has the groups and breakvalue properties, but I do not
see any similar properties for subreports.
Thanks
Tom Martin
Delphi Centurion
This discussion has been closed.
Comments
You can get access to the TppChildReport object (which is a TppCustomReport
descendent) using the TppSubreport.Report property. This will give you
access to the Groups property of the child report.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com