Hyperlink in Report

Stimulsoft Reports.NET discussion
Post Reply
simgschw
Posts: 73
Joined: Mon Jan 07, 2013 1:34 pm

Hyperlink in Report

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Hyperlink in Report

Post 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.
Post Reply