Links in a report

Stimulsoft Reports.WEB discussion
Post Reply
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Links in a report

Post by kris@bplogix.com »

How can I create a link to a different page in a report?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Links in a report

Post by HighAley »

Hello.
[quote="kris"@bplogix.com]How can I create a link to a different page in a report?[/quote]
Please, detail your problem.
Try to see our demo report Anchor or List of Products in the Interactive Reports.

Thank you.
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Links in a report

Post by kris@bplogix.com »

The bookmark option is what I was looking for. Thank you. Now i would like to know how to hide the Bookmark Panel?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Links in a report

Post by Alex K. »

Hello,

You can use the following code:

Code: Select all

StiOptions.Viewer.Windows.ShowBookmarksPanel = false;
Thank you.
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Links in a report

Post by kris@bplogix.com »

I'm sorry but where do I place the code? I tried Page render and print events but it does not work.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Links in a report

Post by HighAley »

Hello.
[quote="kris"@bplogix.com]I'm sorry but where do I place the code? I tried Page render and print events but it does not work.[/quote]
What viewer do you use? WebViewer or WebViewerFx?

Thank you.
kris@bplogix.com
Posts: 42
Joined: Thu May 05, 2011 7:12 pm

Links in a report

Post by kris@bplogix.com »

We are using both Viewers but I would like to set the option in the Report Designer. Is that possible?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Links in a report

Post by HighAley »

Hello.
[quote="kris"@bplogix.com]We are using both Viewers but I would like to set the option in the Report Designer. Is that possible?[/quote]
It is impossible, because it's a Viewer option.
In the WebViewerFx please use this code:

Code: Select all

StiWebViewerFxOptions.Toolbar.ShowBookmarksButton = false;
And in the WebViewer set the AllowBookmarks property to false.

Thank you.
Post Reply