Page 1 of 1

Hyperlink in Report

Posted: Wed Jan 08, 2014 9:52 am
by simgschw
Hi,

I've a new requirement for the reporting part in our programm. When previewing the report in built-in StiViewerControl users should be able to click on something like a hyperlink in the report and the hyperlink should invoke another part of our programm.

I've already read about the innteraction property but do not know which subproperty(tag, hyperlink, bookmark) to use.

The clickable hyperlink should contain an url which is passed to something like an event or a function call then. The url wil be processed from another part of our programm.
I want to set an interaction property of a textcomponent. Is there a need for an event on the textcomponent so that the url can be internally processed from our programm.

So, I really don't know which type of interaction is needed and I also need to know when to set the interaction (before rendering, before compiling?).


Thanks in advance.

Re: Hyperlink in Report

Posted: Thu Jan 09, 2014 8:14 am
by HighAley
Hello.

You could use OnClick method and get necessary information from sender. If there not enough info you could store it in the tag property.

Thank you.