Right To Left Multi Column Data Report

edited 9:17AM in FastReport .NET
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.

Comments

  • edited 9:17AM
    read FRNetClassReference
  • edited June 2018
    ipong wrote: »
    read FRNetClassReference

    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.
  • edited 9:17AM
    FastReport.Utils.Config.RightToLeft = true;
  • edited June 2018
    ipong wrote: »
    FastReport.Utils.Config.RightToLeft = true;

    This command changes all parts of my report right to left. it seems I have no other choice.
    thanks for your asnwer.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.