Fastreport和Delphi Berlin:如何将多个记录字段放在一行中

时间:2018-10-10 14:37:28

标签: delphi

我想用柏林Delphi的快速报告制作主从报告,在该报告中,详细字段日期应一行一行地打印。有人可以告诉我哪些属性必须设置为彼此相邻打印吗?

谢谢 enter image description here

这里是结果:

enter image description here

1 个答案:

答案 0 :(得分:1)

您可以通过将波段的Columns属性设置为所需的列数(而不是默认的一列)并提供ColumnWidth来获得多列明细波段(请注意:设计器上的深色正方形为1宽)。

enter image description here