Crystal Reports Multiple Columns Right-to-Left

后端 未结 2 724
-上瘾入骨i
-上瘾入骨i 2021-01-03 16:20

i wrote a program in C# win form. i have used crystal report. I want to set Crystal Reports Multiple Columns from Right-to-Left.

The following image.

相关标签:
2条回答
  • 2021-01-03 16:47

    set a single column direction: Right Click on IFieldObject (column) in section3(details): select "Format Object". Then you know what to do. Good Luck!

    0 讨论(0)
  • 2021-01-03 17:01

    Use cross-tab for this. you just assign left to right

    For this use this link. http://www.codeproject.com/Articles/142064/Step-by-Step-Creation-of-Crystal-Report-using-its

    0 讨论(0)
提交回复
热议问题