I have an WPF application which has a local rdlc report which show receipt based selling of the day. As this query have 4 columns (MemoNo, Gross, Discount, NetSales) and rows more than 1000 so its not a good idea to show data row-wise as it will waste more space per page. Is there any way to show data in column-wise so.
MemoNo Gross Discount NetSales MemoNo Gross Discount NetSales
Thanks A Lot...........