Usually in datareports the records get printed vertically.For eg if i want to print records of employee then
Emp_Id Employee name
1 XYZ
2 ABC
But i wanted it to get on paper where labels are arranged in matrix format and the printout should come in a fashion like
Emp_Id Employee name Emp_Id Employee name
1 XYZ 2 ABC

Emp_Id Employee name Emp_Id Employee name
3 XYZ 2 4 ABC2

So how to arrange the record in this fashion
I use datareports for this purpose.
I want the records arranged in a form like matrix i.e rows and columns both.
How can i achive this?
thanks in advance ,


Nagendra V