We have a
telerik report that will be exported in pdf format.
As part of the report, there is a group section that shows a “summary” of the items the group, later followed by more detailed information in the detail section. The “summary” is on the group header, and is currently using a sub report to show some data.
As part of the summary, we want do show page numbers for the items in the detail section so the user can reference it.
I note we already have a table of contents in the report header that does this, but the client’s requirements also need the page number in the “summary” section on the page header.
Additionally, the items in the detail section of the parent report already have bookmarkId values assigned, and the summary sub report already has text that has a “Navigate to Bookmark” action in place that points to the bookmarkId on the parent report and this works when clicking on it.
Basically we just need a way to pick up the actual page number to display.
Is there a way of doing this (e.g. pick up the page number where a bookmarkId is located)?
Thank you
As part of the report, there is a group section that shows a “summary” of the items the group, later followed by more detailed information in the detail section. The “summary” is on the group header, and is currently using a sub report to show some data.
As part of the summary, we want do show page numbers for the items in the detail section so the user can reference it.
I note we already have a table of contents in the report header that does this, but the client’s requirements also need the page number in the “summary” section on the page header.
Additionally, the items in the detail section of the parent report already have bookmarkId values assigned, and the summary sub report already has text that has a “Navigate to Bookmark” action in place that points to the bookmarkId on the parent report and this works when clicking on it.
Basically we just need a way to pick up the actual page number to display.
Is there a way of doing this (e.g. pick up the page number where a bookmarkId is located)?
Thank you