In RDLC, use the Sum(IIf(condition, value, 0)) expression inside the textbox. Ensure the value is numeric and the condition doesn't return Nothing to avoid errors.
Sum(IIf(condition, value, 0))
Nothing