LazReport, editor sample, made composite report doublepass, fix [TOTALPAGES] report variable

git-svn-id: trunk@23560 -
This commit is contained in:
jesus 2010-01-25 23:54:33 +00:00
parent 8e0c549f9a
commit aa49b84ec2
2 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ begin
r.LoadFromFile(rptArr[i]);
Composite.Reports.Add(r);
end;
Composite.DoublePass:=true;
end;
procedure TfrmMain.TheReportBeginDoc;