Greetings to everyone,
I have some reports made in ASP.NET with ActiveReports, I have over 500 reports that are in English, I want to change the layout of the reports from Left To Right (English) to Right To Left (Hebrew/Arabic Languages)
For example, lets say a report has the following columns:
Column1 Column2 Column3 Column4 Column5
I want to change the layout of the page so that the columns are rearranged in reverse order:
Column5 Column4 Column3 Column2 Column1
It's as if I'm looking at the page through a mirror.
Is it possible to do this using jQuery or JavaScript or even CSS? If so can you give me some hints? Thank you.