Search This Blog

Monday, 8 October 2012

Print matrix from right to Left

Most of the time, we print the Matrix from left to right (LTR). What if we have to print it from right to left (RTL), like image1? Let’s do this simple change to achieve this.

Image1
1.    Select your Matrix control and open the property window by pressing F4 key
2.    You will see a property called LayoutDirection. Set this property to RTL

Now execute your report and check the output.