Right To Left Multi Column Data Report
Hi.
I have a report with header and footer and a data band with 2 columns.
I want to show columns from right to left. The default mode is left to right. How can I do that?
Thanks. Best Regards.
I have a report with header and footer and a data band with 2 columns.
I want to show columns from right to left. The default mode is left to right. How can I do that?
Thanks. Best Regards.
Comments
Thanks for your answer. But I have a Data Band that it's Columns->Count property is set to 2 and it's Columns->Layout propery is set to 'DownThenAcross'.
when I print a report with 9 rows (for example) I see this sequence in output :
|? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
|? ? ? ? ? ? My Report Header? ? ? ? ? ? |
|? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 1? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 6? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 2? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 6? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 3? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 7? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 4? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 8? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 5? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
But I need it starts from right then left like this:
|? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
|? ? ? ? ? ? My Report Header? ? ? ? ? ? |
|? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 6? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 1? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 7? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 2? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 8? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 3? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? 9? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 4? ? ? ? ? ? ? ? |
|? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |? ? ? ? ? ? ? ? 5? ? ? ? ? ? ? ? |
Thanks.
This command changes all parts of my report right to left. it seems I have no other choice.
thanks for your asnwer.