HyperLink
HyperLink
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
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
Re: HyperLink
Hello ,
this is the sample project
this is the sample project
- Attachments
-
- ReportViewer.rar
- (2.6 MiB) Downloaded 311 times
Re: HyperLink
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.
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.
Re: HyperLink
ok thank you i'll try that and tell you the result
Re: HyperLink
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
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 (135.03 KiB) Viewed 3824 times
Re: HyperLink
Hello.
Please, send us a sample project which demonstrates the issue.
Thank you.
Please, send us a sample project which demonstrates the issue.
Thank you.
Re: HyperLink
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
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
Re: HyperLink
Hello.
At first you should change expression in the If statement of the Page_Load event to the next:
Also we have made an improvement. Please, check our next prerelease build which will be available on Friday.
Thank you.
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
Thank you.
Re: HyperLink
Ok thank you