Hi all,
I wonder how the data format on SSRS reports works. I want to view Free text invoice

and the data format, that is in the report, should be in a format based on the User options -> Preferences, for example, when I choose the "Date, time, and number format" and "Country/region" fields, so the format should be like DD/MM/YYYY, it is showed correctly in the Free text invoices list:

but when I create the document, the format of the data is not the same as in the list. I would like to ask, please, how the format is chosen? Because in debugging, I saw the format of the field in code is like MM/DD/YYYY, but the result is different. For example now I got the format like dd.mm.yyyy, although in the list the format is like dd/mm/yyyy and however I change the preferences, I still got this format in report..
Many thanks