Browse Source

* Child band does not need data

git-svn-id: trunk@38604 -
michael 7 years ago
parent
commit
bbb728cc20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-report/src/fpreport.pp

+ 1 - 1
packages/fcl-report/src/fpreport.pp

@@ -1031,7 +1031,7 @@ type
 
   { TFPReportCustomChildBand }
 
-  TFPReportCustomChildBand = class(TFPReportCustomBandWithData)
+  TFPReportCustomChildBand = class(TFPReportCustomBand)
   protected
     function GetReportBandName: string; override;
   Public