Reputation: 97
I'm trying to display my table in .rdlc like this
(col1) (col1)
1. 6.
2. 7.
3. 8.
4. 9.
5. 10.
Is it doable?
(please also help me with my title to be easier to understand)
Upvotes: 0
Views: 1488
Reputation: 6669
Assuming you have 10 rows of data. You can create two tablix side by side and filter the data in each of them based on rowNumber 1-5 and 5-10.
http://technet.microsoft.com/en-us/library/dd255249.aspx
Upvotes: 0