Getting the tax amount on the report lines will require a bit of X++ code. In this example, I am adding it on the sales invoice report. In the data provider class (SalesInvoiceDP), add this piece of code to the populateSalesInvoiceTmp method: sale...