reporting services - Show header for multiple groups in ssrs -


i working on ssrs report , have data below comes 1 stored procedure.

group     initialname value section group               1000  1 group     b           2000  1 group     c           3000  1 test1g1           300   2 test1g2             200   2 test1g3   b           100   2 test2g1           300   3 test2g2             200   3 test2g3   b           100   3 

if see above data, have 3 different section , want add header each section this:

group     initialname value section group               1000  1 group     b           2000  1 group     c           3000  1  group1    initialname value section test1g1           300   2 test1g2             200   2 test1g3   b           100   2  group2    initialname value section test2g1           300   3 test2g2             200   3 test2g3   b           100   3 

how can show header each section in ssrs?

two different ways of approaching this.

you can put header inside group this.. headerinsidegroup

the large row group can see thing want repeat on.

or can put tablix inside list, this: tablixinsidelist

the row group list same row group in example above.

each of these want - favour list method, using lists.

more information on lists in ssrs: https://blogs.technet.microsoft.com/microsoft_in_education/2013/03/09/ssrs-using-a-list-item-to-display-details/


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -