Browse Source

* Fix bug ID #33497

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

+ 4 - 0
packages/fcl-report/src/fpreport.pp

@@ -1099,6 +1099,7 @@ type
 
   TFPReportColumnHeaderBand = class(TFPReportCustomColumnHeaderBand)
   published
+    property    ChildBand;
     property    StretchMode;
     property    Data;
     property    Font;
@@ -1120,6 +1121,7 @@ type
 
   TFPReportColumnFooterBand = class(TFPReportCustomColumnFooterBand)
   published
+  property    ChildBand;
     property    Font;
     property    BandPosition;
     property    UseParentFont;
@@ -1320,6 +1322,7 @@ type
 
   TFPReportDataHeaderBand = class(TFPReportCustomDataHeaderBand)
   published
+  property    ChildBand;
     property    StretchMode;
     property    Font;
     property    UseParentFont;
@@ -1337,6 +1340,7 @@ type
 
   TFPReportDataFooterBand = class(TFPReportCustomDataFooterBand)
   published
+    property    ChildBand;
     property    StretchMode;
     property    Font;
     property    UseParentFont;