Sub reports
Are Sub reports two-way? Example:
Say you have two reports, ReportA and ReportB
Scenario #1:
You open ReportA in the designer, add a band to it, and embed ReportB inside the band. Then you close ReportA and open ReportB in the designer and make changes to it adding events and a couple of data-aware labels. Then you save and close ReportB.
When you open ReportA in the designer, will the changes you made to ReportB in ReportA now?
Scenario #2:
After Adding ReportB as a sub report to ReportA, you make changes to it inside ReportA. Then you save ReportA and close it. Next you open ReportB in the designer. Will the changes you made made to ReportB be there?
One thing that would be useful is to have something like a TReportFrame that works the same way TFrame works, but for reports. This would allow you to group information for reuse. Is that what IfrxFrame is for?
Say you have two reports, ReportA and ReportB
Scenario #1:
You open ReportA in the designer, add a band to it, and embed ReportB inside the band. Then you close ReportA and open ReportB in the designer and make changes to it adding events and a couple of data-aware labels. Then you save and close ReportB.
When you open ReportA in the designer, will the changes you made to ReportB in ReportA now?
Scenario #2:
After Adding ReportB as a sub report to ReportA, you make changes to it inside ReportA. Then you save ReportA and close it. Next you open ReportB in the designer. Will the changes you made made to ReportB be there?
One thing that would be useful is to have something like a TReportFrame that works the same way TFrame works, but for reports. This would allow you to group information for reuse. Is that what IfrxFrame is for?