Subreport page break
I need to use an existing report (ppInvoice1) as a subreport (lSubReport1)
in another report (ppChase2). The following codes works fine :
lSubReport1 := TppSubReport.Create(Self);
with lSubReport1 do begin
Band := ppChase2.DetailBand;
SetReportProperty(ppInvoice1);
PrintBehavior := pbSection;
ParentPrinterSetup:=true;
ResetPageNo := True;
end;
Except that I get a blank page after the subreport prints. Any solution ?
in another report (ppChase2). The following codes works fine :
lSubReport1 := TppSubReport.Create(Self);
with lSubReport1 do begin
Band := ppChase2.DetailBand;
SetReportProperty(ppInvoice1);
PrintBehavior := pbSection;
ParentPrinterSetup:=true;
ResetPageNo := True;
end;
Except that I get a blank page after the subreport prints. Any solution ?
This discussion has been closed.
Comments
seeing the problem you are encountering. Please try ReportBuilder 6.03 if
you are not using that already. If the problem persists send a sample
project the at reproduces the problem to support@digital-metaphors.com.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com