How to Supress Blank Space In Crystal report

2019-08-27 21:58发布

问题:

I have Crystal Repot Like this :

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

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

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

回答1:

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



回答2:

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.



回答3:

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