Is there a way to add a subreport to the RDLC report header?

I'm looking for a way to add "subreport" (or something equivalent) to the title of an RDLC report in Visual Studio 2008. I have a block of information that I would like to pass through a parameter, but I only want to display it once. Any help would be appreciated!

+1


source to share


1 answer


I think I found out how to do it. I just added a textbox to the title of the page and a new parameter (which contains the information I want to display). Then I set the content of the textbox to the parameter value.



+1


source







All Articles