in

Double spacing in crystal reports

Vb.net 2008, crystal reports that comes with it.  I have a grouping that I need to underline based on a certain condition, and also double space, is it possible.  Here is my code for the underline:

 If {IncomeList.fsfact} = "U" Then
crSingleLine
else
If {IncomeList.fsfact} = "D" Then
crDoubleLine

Thanks

Solution: Double spacing in crystal reports

Without knowing more about what you're doing, I'm completely guessing here, but if you just want some blank space after a group or detail section, you could possibly have an empty section that is suppressed, depending on some field.  If it's not suppressed, it provides your "double space".

 James