Hide line blank in report

ModiboModibo Member Posts: 36
Hi,

how to hide the empty line in a report

Answers

  • LerxxLerxx Member Posts: 10
    I guess there are two Options.
    First: Go to your Group Properties in the Layout Designer and set a filter on "Fields!YourField.value" "<>" ""
    Second: Solve it through code. I guess in your report you somewhere filter or setrange. Just add a
    Setfilter(YourTable.YourField,'<>''');
    Don't Forget to add that setfilter after the setrange not before it.

    Hope i could help

    Lerxx
  • RockWithNAVRockWithNAV Member Posts: 1,139
    Either you can use visibility condition OR Tablix Filter.
Sign In or Register to comment.