I have a report with a parameter of Vendor Number. Some of these Vendor Numbers have leading zeros such as "004880". When I run the report and type in this string manually the report works perfect, I get the results I expect. However, when I pass the parameter through a .net core razor pages website the leading zeros are removed causing the report not to work. Is there a way to stop the report from removing the leading zeros?