Section Subreport
Hi,
I have 3 section subreports contained within 3 regions (one for each) in the
main detail band but they are not printing. Only regions are shows.
I?m using 3 DBPipelines (one for each subreport) connected with differents
datasources but all datasources are connected with the same dataset
(TTable).
I try to connect datasources with differents datasets (linking to the same
file) but isn?t work.
Can anyone help me?
P.S - I need to use 3 subreports linking to the same file because the same
information must be showed with differents layouts.
Thanks!
Veri
I have 3 section subreports contained within 3 regions (one for each) in the
main detail band but they are not printing. Only regions are shows.
I?m using 3 DBPipelines (one for each subreport) connected with differents
datasources but all datasources are connected with the same dataset
(TTable).
I try to connect datasources with differents datasets (linking to the same
file) but isn?t work.
Can anyone help me?
P.S - I need to use 3 subreports linking to the same file because the same
information must be showed with differents layouts.
Thanks!
Veri
This discussion has been closed.
Comments
Are the regions set to Stretch? If you take the subreports out of the
regions are they still not visible? Try simplifying the report so that you
only have the three subreport objects in the detail band and see if you can
find the issue.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I take the subreports out of the regions and now they are printing!!!
Thanks!!! :-)
Now they are printing but the subreports property ParentPrinterSetup isn?t
setting . So in the report preview if i select other printer name for
example , it isn?t accepted.
I try to change the childs printersetup in the PrintDialogClose event ( with
this code : 'TppChildReport.PrinterSetup.printername :=
TppReport.PrinterSetup.printername;')but isn?t work.
Can you help me?
Thanks!
Veri