reporting services - How to repeat subreport in each page? -
i have 2 .rdl files (a.rdl , b_subreport.rdl), a.rdl calling b.subreport.rdl using subreport control , have tablix separate subreport. tablix header repeating in pages, want subreport repeat tablix header not working.
pls guide me how repeat subreport in page tablix header?
thanks.
you can achieve adding tablix header row tablix. make sure row has 1 column , replace textbox
of cell rectangle
.
now can place subreport tablix header , repeated on every page if repeatrowheaders
set true.
edit: added image visual help.
Comments
Post a Comment