Create a variable:
Sum of Days
Defined as:
=[Months]*30 + [Days]
Then create a Total Months variable as:
=Floor([Sum of Days]/30)
And a Total Days variable as:
=
Mod([Sum of Days];30)
Use these two variables as the totals at the bottom of your report.