Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generate events inside report

Status
Not open for further replies.

pajarokillo

Programmer
May 3, 2004
30
0
0
ES
Hi, my english is not very good, but i hope that i can explain me something. I have created a report with groups and a image, and i would like that when i click on the image, all the report display itself drill down, and when i return to click on then image, all the report display itself drill up.

Very thanks.
 
Unfortunately, Reporting Services isn't event driven in the same sense as you are probably used to with other UI programming tools (VB, etc). There are no "on click" events you can tie to an image in which you can then say "make these elements expand or contract".

However, you might want to play around with the Visibility option in the Advanced Properties of your textboxes. You can set somethings Visibility (or drill down) based off of other items in the report. You just check "Visibility can be toggled by another report item" then select that toggle item from the list.

Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top