如何删除rdlc报告中的空格? [英] How to remove blank space in rdlc report?

查看:92
本文介绍了如何删除rdlc报告中的空格?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮忙吗?



我想删除talix细胞的空格。



< pre lang =HTML> < table >
< tr > ; < th > Column1 < / th > < th > Column2 < span class =code-keyword>< / th > < th > Column3 < / th > < / tr >
< tr > < td > Text1 < / td > < ; td > Text2 < br / > Text3 < / td > < <温泉n class =code-leadattribute> td > Text4 < br / > Text5 < br / > Text6 < / td > < / tr >
< / table >





Text3,Text5或Text6可能为空。

所以如果(特别是Text6)是空的,我怎么能删除空行。





我尝试过:



我尝试使用CanShrink和一个iif表达式。但我仍然收到一个空行。

解决方案

为列选择中的隐藏属性尝试你的立即if语句



like = iif(Text2.Value =,True,False)



或其他东西



它必须应用于列而不是字段或标题但应用于列


Can anybody help?

I want to remove blank spaces of talix cells.

<table>
<tr><th>Column1</th><th>Column2</th><th>Column3</th></tr>
<tr><td>Text1</td><td>Text2<br/>Text3</td><td>Text4<br/>Text5<br/>Text6</td></tr>
</table>



It is possible that Text3, Text5 or Text6 are empty.
So if (espacially Text6) is empty how can I remove the empty line.


What I have tried:

I tried using CanShrink and an iif expression. But I still receive an empty line.

解决方案

for the hidden property in the column selection try your immediate if statement

like =iif(Text2.Value="",True,False)

or something along that

It would have to be applied to the column not to the field or to the header but to the column


这篇关于如何删除rdlc报告中的空格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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