HyperLink

Stimulsoft Ultimate discussion
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

HyperLink

Post by G.hammad »

Hello ,

i'm just using WebStiViewer i want to know if this viewer support hyperlink or not?!
since i try to activate hyperlink in cross tab cell but it's not work correctly as i expected !

like this :
in page1 >>>
cross summery hyperlink : #{DS1.Month}{DS1.Typecode}
in page2 >>>
in group header component bookmark: {DS1.Month}{DS1.Typecode}

but when click on cell it open new tab with same page which is page 1 ! not page 2 as i want
is there something wrong in my code!?

thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: HyperLink

Post by HighAley »

Hello.

Please, send us a sample project to support@stimulsoft.com

Thank you.
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

Re: HyperLink

Post by G.hammad »

Hello ,
this is the sample project
Attachments
ReportViewer.rar
(2.6 MiB) Downloaded 311 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: HyperLink

Post by HighAley »

Hello.

We don't see that you have added anchors in your report.
Please, read carefully step-by-step instruction on the User Manual.

Thank you.
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

Re: HyperLink

Post by G.hammad »

ok thank you i'll try that and tell you the result
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

Re: HyperLink

Post by G.hammad »

Hello

i try to apply anchors on my report but it's the same open new tab with same page which is page 1 !
i don't know what the problem
see the pic i attach where set tag
Attachments
ApplyAnchorproperty.png
ApplyAnchorproperty.png (135.03 KiB) Viewed 3822 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: HyperLink

Post by HighAley »

Hello.

Please, send us a sample project which demonstrates the issue.

Thank you.
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

Re: HyperLink

Post by G.hammad »

Hello

this is the sample project i just added the tag and bookmark properties
please can you correct my error in the .mrt if i forget something
Attachments
ReportViewer.rar
(2.6 MiB) Downloaded 293 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: HyperLink

Post by HighAley »

Hello.

At first you should change expression in the If statement of the Page_Load event to the next:

Code: Select all

If Not Page.IsCallback Then
Also we have made an improvement. Please, check our next prerelease build which will be available on Friday.

Thank you.
G.hammad
Posts: 67
Joined: Tue Jun 24, 2014 7:59 am

Re: HyperLink

Post by G.hammad »

Ok thank you
Post Reply