Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi everyone!

 

I would like to know if it is possible to use a hyperlink or another

method in crystal reports to call code in an windows application.

 

We have an crystal report viewer on a form. There are several events

that can be thrown by the viewer like

'CrystalReportViewer1_DrillDownSubreport'. But there is no event for

catching a hyperlink click. What we want to do is that the user can

click on some item in the report and some code is processed, like

closing the report on show another control. So what would be the way

to get a callback to the code?

 

We need it for an report that shows several lines. The user should be

able to press a detail link and then some code in the application

should be processed.

So is there an way to do this...hyperlinks always try to open a

browser and there is now way to catch the click event, or?

 

Hope for some answers

 

Greetings

Mike

Posted

One member of our team did 2 days work of research and finally failed, because he found no way to find out which specific item (say which ProductID in a group of seven ProductIDs was clicked. There's only a way to find out *that* a ProductID was clicked, but not which one (The eventargs just give the name of the report item, not the contents)

 

Thats what I recall anyway.

.nerd
Posted
I think this has cropped up before on the forum and the result (i think) was that no it wasn't possible
My website

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...