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.
Answers
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
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/