Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Subreport page break

edited April 2002 in General
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 ?

Comments

  • edited April 2002
    I tried setting up a report like the one you have described and I am not
    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

This discussion has been closed.