Page 1 of 1

Dynamically setting drill-down tab names

Posted: Mon Mar 24, 2025 8:52 pm
by compuaid
We have a drill-down report for accounting data and would like to set the tab name to the account number used as a parameter to open the detail report. The drill-down is using a new page for the detail report.

For instance - we click on an amount in the line of our main report for account number 101. When the drill-down report opens, I would like the tab to read something like "Cash Details - Account 101"

I would assume this could be done in the Viewer.onInteraction method but when I look at the event parameter that is passed I don't see any way to determine the data from the current row in the master report.

Re: Dynamically setting drill-down tab names

Posted: Mon Mar 24, 2025 10:30 pm
by Lech Kulikowski
Hello,

You can use the ReportAlias parameter:
https://demo.stimulsoft.com/#Net/ListOfProducts

Thank you.

Re: Dynamically setting drill-down tab names

Posted: Thu Mar 27, 2025 12:05 pm
by compuaid
Thank you! That's exactly what I needed. Is there a place where all the "special" parameters that can be passed to reports is listed?

Re: Dynamically setting drill-down tab names

Posted: Fri Mar 28, 2025 10:15 pm
by Lech Kulikowski
Hello,

Unfortunately, there is no such place.

Thank you.