I'm facing a new issue with reports.
I've created a first report, say report 1, that uses two parameters :
- PDocType
- PrefNbr

Then, I've modified a second report, say report 2, that displays ARInvoice's informations. The modifications that have been done consists in adding the report 1 as subreport inside report 2.
As calling parameters, I used :
- PDocType = current ARInvoice's DocType
- PrefNbr = current ARInvoice's RefNbr

Below, what is implemented in report 2 :

Issue:
The value of the current ARInvoice's DocType that is received in the subreport is not the original value, but its translation !! So instead of having 'INV', I get 'Facture' witch is our french translation of INV.

How can I prevent Acumatica from translating the report parameters ?