Issue: Address in the D365 Finance and Operation is not in the single field and thru address method by default it is showing the multiple lines.
Requirement: Show address in one line
Resolution: use below SSRS formula in the text-box where you want to show address in one line below example for Vendor Address
=Replace(First(Fields!VendAddress.Value, "PurchPurchaseOrderDS"), Chr(10), ",")
Same can be use for other addresses for example, Customer Address, employee address etc