February 26, 2013 at 4:58 pm
Hi,
I am adding a subreport to a report and I need to pass a uniqueidentifier or Guid to the subreport. However the subreport only allows me to specify the parameter as text/boolean/Detatime/integer/float.
If I use Text, I get th esubreport stating "Data retrieval failed".
What do I need to do?
March 13, 2013 at 1:30 pm
Has this never been done before?
Frank Cazabon (2/26/2013)
Hi,I am adding a subreport to a report and I need to pass a uniqueidentifier or Guid to the subreport. However the subreport only allows me to specify the parameter as text/boolean/Detatime/integer/float.
If I use Text, I get th esubreport stating "Data retrieval failed".
What do I need to do?
March 14, 2013 at 3:14 am
March 14, 2013 at 5:50 am
Thanks, I'll see if I can get that to work
March 14, 2013 at 6:47 am
dohnfors (3/14/2013)
http://www.developmentnow.com/g/115_2005_4_0_0_457409/Passing-unique-identifiers-to-subreports.htm
Unfortunately I'm still not getting it.
I am using Visual Studio 2010 and have created an RDLC main report and subreport.
Can you recommend a good walk through or book for subreports that I could follow? Everything I am finding refers to menu options or tabs that I am not seeing in my Report
March 18, 2013 at 5:23 am
Thanks I had actually found a book and bought it hoping that it would help me despite it being for VS 2005 and thankfully it did.
This is the book:
It explained to me that I needed to have the all the data needed for the master and for the detail in my dataset which I had not found anywhere else. It also showed me the type of code necessary to handle the subreport processing and I was able to adjust this to speed up the extremely slow subreport so that I actually filter the data appropriately on each subreport in code rather than loading the entire dataset for the subreport and letting the report filter it based on the filter set on the tablix.
Thanks for your help.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply