Table Of Content(TOC)
Posted: Wed Jul 31, 2019 8:52 am
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.
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.