Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
create a subreport in a region by code
rbuser
March 2003
edited March 2003
in
RAP
I want to create a region by code. And after, I want to put the subreport in
the region by code.
How can we do that ? Any ideas ?
thanx a lot
Comments
digitalmetaphors
March 2003
edited March 2003
Creating a region is like creating any other control. Create it, set its
band property, top, left, width height....etc. After you create the region,
assign the Subreport.Region property to the region component.
An example of creating a report in code:
http://www.digital-metaphors.com/tips/DynamicReportCreation.zip
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
band property, top, left, width height....etc. After you create the region,
assign the Subreport.Region property to the region component.
An example of creating a report in code:
http://www.digital-metaphors.com/tips/DynamicReportCreation.zip
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com