• How about

    Expression: =CDec(Fields!Collected.Value/Fields!Discounted.Value)

    Value: =0.01

    I suspect that dividing two decimals is giving you a float datatype, so convert them to decimal after the division.