如何将细节部分垂直分成两个单独的部分 - 水晶报告 [英] How to split detail section into two individual parts vertically - crystal reports

查看:72
本文介绍了如何将细节部分垂直分成两个单独的部分 - 水晶报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将细节部分垂直分成两个单独的部分。我把它分成两部分垂直,但它们不是独立的。在第一列我有重复数据,另一边我有静态数据...



i want将它们浸入下面



重复数据

折叠|复制代码



Item_No  数量    价                        &NBSP ;                        &NBSP ;           静态数据

0001&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; 1&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; 250.00&NBSP;&NBSP;&NBSP;&NBSP ;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP ;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP ;&NBSP;&NBSP;&NBSP;总金额=< someValue中>

0002&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; 2&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; &NBSP;&NBSP; 1253.50&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP ;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP ;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;数金额= LT; someValue中>

0003&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; 2&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; 2500.00 <无线电通信/>
0004&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; 4&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP; 250.00

0005&NBSP;&NBSP ;       1         2555.00



他们也不提交子报告工作......需要帮助

Hi, i want to split detail section into two individual parts vertically. i have divide it into two parts vertically but they are not independent..in the first column i have repeated data and other side i have static data...

i want to diplat them as below

repeated data
Collapse | Copy Code

Item_No  Qty      Price                                                               Static data
0001        1        250.00                                                          Total Amount = <somevalue>
0002        2        1253.50                                                            Total Paid = <somevalue>
0003        2        2500.00
0004        4        250.00
0005        1        2555.00

they also subreport not working ......need help

推荐答案

尝试使用以下代码。



< table width =100%border =1height =100%align =center>

< tr>

< td width =20%>< iframe src =Page1.aspxname =Page1height =590pxwidth =210pxscrolling =yesframeborder =0>< / iframe>

< / td>

< td width =100%>< iframe src =Page2 .aspxname =Page2height =590pxwidth =100%frameborder =0scrolling =auto>< / iframe>

< / td>

< / tr>

< / table>
Try using the below code.

<table width="100%" border="1" height="100%" align="center">
<tr>
<td width="20%"><iframe src="Page1.aspx" name="Page1" height="590px" width="210px" scrolling="yes" frameborder="0"></iframe>
</td>
<td width="100%"><iframe src="Page2.aspx" name="Page2" height="590px" width="100%" frameborder="0" scrolling="auto"></iframe>
</td>
</tr>
</table>


报告设计如下所示

design of report should like below
-----------------------------
Detail section                      ------>set property Underlay Following section [True]

itemNo   Qty   prize 

---------------------------------------
page Footer section / section after detail section
...................
                       | Total Amount = ___
                       | Total Paid   = ___
                       |



快乐编码!

:)


Happy Coding!
:)


这篇关于如何将细节部分垂直分成两个单独的部分 - 水晶报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆