report - Wrap table to multi columns in RDLC -

a dynamic list (name, page number) need generated rdlc report. need wrap 3 columns this. solution this?
thanks
i set matrix this:

the row group based on expression:
=ceiling(rownumber(nothing) / 3)   the column group based on expression:
=(rownumber(nothing) - 1) mod 3   i.e. we're grouping based on row number of each row.
this gives required results data:

Comments
Post a Comment