1
votes

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.

enter image description here

2
select all the columns and press the left arrowkeyChetan Sanghani
The following image? Am I missing something hereNick
what you need ? Column alignment Right to left or columns Order ?SOFKiNG

2 Answers

0
votes

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
votes

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