Hi,
I have a report with three tablixes in the report body, each populated from different data sets. Each tablix is separated by page break.
This report is quiet complicated so I have to use different data sets to separate the data.
In the report header, I want to change the title dynamically based on which tablix is currently populating the body.
I tried using Globals!PageName but got "Globals!PageName is invalid. InvalidProperty" error when deploying my report.
Why is it I cannot use this Globals!PageName? Is it not supported in AX 2012 somehow?
Are there any alternative way(s) to achieve this?
Thank You.
Hi HAIRRul,
you can use a report item ....
add a hidden text box , fill it with different value for each case and use Reportitems!(textBoxname).value .. so you can use iif to switch between your returen values
docs.microsoft.com/.../built-in-collections-reportitems-collection-references-report-builder
Have you set pagename property for those tablixes ?
Maybe this will help you:
social.msdn.microsoft.com/.../how-to-add-the-page-name-in-the-report-body
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156