Hi All,
In form grid I have record. for example 2 lines are there as below

And One Print buton is there to print the report based on current record selection.
I mean If I select the 1st record , it should print the first record only. I mean 04/19/2023
If i select the 2nd record, it should print the second record only . I mean 05/08/2023
for this I need to get Recid of active record.
Kindly let me know how will I pass Recid of active record in Controller class and then in RDP class.
Please give me more shed on this.
thanks!