|
@@ -89,9 +89,9 @@ var
|
|
PageFooter: TFPReportPageFooterBand;
|
|
PageFooter: TFPReportPageFooterBand;
|
|
SummaryBand: TFPReportSummaryBand;
|
|
SummaryBand: TFPReportSummaryBand;
|
|
begin
|
|
begin
|
|
|
|
+ Inherited;
|
|
rpt.Author := 'Graeme Geldenhuys';
|
|
rpt.Author := 'Graeme Geldenhuys';
|
|
rpt.Title := 'FPReport Demo 1 - Simple Listing';
|
|
rpt.Title := 'FPReport Demo 1 - Simple Listing';
|
|
- PaperManager.RegisterStandardSizes;
|
|
|
|
|
|
|
|
p := TFPReportPage.Create(rpt);
|
|
p := TFPReportPage.Create(rpt);
|
|
p.Orientation := poPortrait;
|
|
p.Orientation := poPortrait;
|