report - Wrap table to multi columns in RDLC -


enter image description here

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

thanks

i set matrix this:

enter image description here

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:

enter image description here


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -