Hyperlink in Report
Posted: Wed Jan 08, 2014 9:52 am
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.
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.