Cannot implicitly convert type object to string error
Posted: Fri Jul 01, 2022 1:13 pm
I'm not sure what I'm doing wrong in this statement the value tax is a decimal.
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
Code: Select all
IIF((PayRunContractorContractors.VAT) > 0 , "Vat" , "").ToString()