How to Supress Blank Space In Crystal report

2019-08-27 21:44发布

I have Crystal Repot Like this :

enter image description here

In this I dynamically Supress Field as I I found Null value for that field, But In Report It shows Blank Space Like here I am Hiding, tag0 ,tag1, tag11, value0 ,value1 ,value11 etc

So Report Shows Like this

enter image description here

I want to Remove this blank Space between Field, above and Below I try Section Expert => And Tick On Suppress Blank Section , but its not Working

As per Siva Suggest me i Can not Put All the tag in Different Section Because there are in Group Section not in Details enter image description here

Here Field TAG 0 to 11 and Value 0 to 11 are Variables , which may be hidden or Visible Depend on User Selection , where other Field are static

3条回答
爷、活的狠高调
2楼-- · 2019-08-27 22:01

Try the following step

= > Open your section expert (right click on some white space, you should see it come up).

= > Go to the options for the group footer and turn on reset page numbers after. You should see the page numbers reset at the beginning of each report.

= > Also in the section expert, go to the options for the page header and click on the blue button next to the Suppress (No Drill-Down) option.

= > In the Formula Editor, enter PageNumber=1

查看更多
可以哭但决不认输i
3楼-- · 2019-08-27 22:02

Right Click on the section >> Section Expert >> Check Suppress Blank Section

查看更多
我只想做你的唯一
4楼-- · 2019-08-27 22:08

I would suggest you to place one tag in one details section like

tag1 in detaila
tag2 in detailb and so on

Then supress the section insetad of supressing the individual fields then you won't get this blank space.

查看更多
登录 后发表回答