May 7, 2009 at 3:30 pm
I have a report with 5 columns. I want to put a hyperlink in each of the column headers to open the same sub-report, however, i want to pass the value of the text box into the sub-report's where clause parameter. Is this possible?
May 8, 2009 at 6:47 am
Is it an embedded sub-report or a link to another report?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 8:02 am
link to sub-report
May 8, 2009 at 9:14 am
Are you setting it up using the properties of the textbox using Jump to Report on the navigation tab? Once you pick the report you can set the parameters and if the header value is not provided by the data set you can access the value through ReportItems!textboxname.Value.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 8, 2009 at 9:29 am
Yea I just discovered the ReportItems collection. I will test it out.
May 8, 2009 at 1:04 pm
It works! Always nice to end the week this way =)
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply