浏览代码

* Fix bug ID #33497

git-svn-id: trunk@38621 -
michael 7 年之前
父节点
当前提交
6b4a898f53
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;