Hello everyone!
I'm stuck in finding the way to set the dynamic columns to the specific number in matrix control of rdlc report.
If the number of columns exceed 10, I want to fix the the maximum number of dynamic columns in matrix control to 10 as below.
PRODUCT COL1 COL2 COL3 COL4 COL5 COL6 COL7 COL8 COL9 COL10
A 10 8 10 11 10 10 14 10 15 9
B 3 10 5 13 20 9 10 8 13 10
.
.
.
IN NEXT PAGE
PRODUCT COL11 COL12 COL13 COL14 COL15
A 10 10 10 10 10 10
B 20 20 20 20 20 20
.
.
.
Your help will be very appreciated.