Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Help
rbuser
October 2003
edited October 2003
in
General
How can i programatically access the bands objects in a subreport?
Thanks in advance.
Doug Hansen
Comments
nicocizik
October 2003
edited October 2003
Hi Doug,
For future reference, please post questions as new posts.
You can access the band objects of a subreport by using the
Subreport.Report.Bands TList property.
Subreport1.Report.Bands[i];
--
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
For future reference, please post questions as new posts.
You can access the band objects of a subreport by using the
Subreport.Report.Bands TList property.
Subreport1.Report.Bands[i];
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com