Crystal Reports Multiple Columns Right-to-Left

2019-02-11 07:10发布

问题:

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.

回答1:

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



回答2:

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