Table Of Content(TOC)

Stimulsoft Reports.JS discussion
Post Reply
trcadmin
Posts: 20
Joined: Mon Apr 08, 2019 9:14 am

Table Of Content(TOC)

Post by trcadmin »

Hi,

Is there any sample to generate table of content for report by using
{AddAnchor(Page1);} and {GetAnchorPageNumber(Page1)} without using DataBand?

Example:-
Page1Name ...................................................... Page1Number
Page2Name ...................................................... Page2Number

When i add anchor to the page on begin render it shows error below:-
Events in Interpretation
The script in the 'BeginRenderEvent' event in the 'Page1' component doesn't work in the interpretation mode.

Does it still work for this {Page1.Alias}?
Expression in Text property of 'Text404' can't be evaluated! Parser error: Field, method, or property is not found: 'Alias'

Thank you.
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: Table Of Content(TOC)

Post by Lech Kulikowski »

Hello,

Unfortunately, for the JS version, it is not available, In the JS versions, events are not supported.

Thank you.
Post Reply