如何在Crystal Report中设置组列高度

时间:2016-07-01 07:13:24

标签: crystal-reports

实际上我正在生成收据,它看起来像两列:

-------------------------  
| Receipt 1 | Receipt 2 |  // Group Header Section for Receipt-No
|_______________________|
|  Item 1   | Item 1    |  // Group Detail Section
|  Item 2   | Item 2    |
|  Item 3   |------------ 
------------- Receipt2  |
|  Receipt1 | Total     |  // Group Footer Section for Receipt-No
|  Total    |___________| 
|____________

当详细信息部分中的项目数不相等时,Group Header-Footer不会显示在同一行中。

如何以这种方式实现它:

-------------------------
| Receipt 1 | Receipt 2 |
|_______________________|
|  Item 1   | Item 1    |
|  Item 2   | Item 2    |
|  Item 3   |           |
-------------------------
|  Receipt1 | Receipt2  |
|  Total    | Total     |
|_______________________|

2 个答案:

答案 0 :(得分:0)

是否可以将总计和标题放在与项目详细信息不同的部分中。这应该会导致总计按预期显示对齐。

答案 1 :(得分:0)

如果您在Crystal Report上寻求帮助并且这是一个设计问题,请更好地展示您的设计,我们需要查看每个部分之间的线条和细节以帮助您。

要实现您的目标,“组详细信息”部分的行必须在“组尾”部分的开头处。 (该行必须从GroupDetailSection开始并在GroupFooterSection的开头完成)