Hi jdrco ,
You can follow this way too -
printRA = boolean; // add this in your dataitem fields too
In onafter trigger ()
if RemainingAmount > 0 then
printRA = true;
else
clear(printRA);
Now in PrintRA Visibilty, write
Iif(Fields!printRA.Value,False,True)
Thanks,
Tanya Kharbanda
Don't forget to help the community by verifying the answer if your question has been answered. It will let others know that the topic has a verified answer.