Hide line blank in report

Modibo
Modibo Member Posts: 36
Hi,

how to hide the empty line in a report

Answers

  • Lerxx
    Lerxx 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
  • RockWithNAV
    RockWithNAV Member Posts: 1,172
    Either you can use visibility condition OR Tablix Filter.