How to get RowIndex of Data at runtime?
There has a TextObject in DataBand with ClickEvent. When it is runtime, I want to get the RowIndex of TextObject's Data in the DataSource.
How can I do?
Thanks
How can I do?
Thanks
Comments
Put the following expression in the Text object's Hyperlink.Expression property:
[Row#]
also set the Hyperlink.Kind to "Custom".
In the "Click" event handler, obtain the value: