Hi
I am using an external Subreport that is being shown inside a GroupHeader on the Main report.
How can I get the column value from a data row that is being currently drawn in the GetSubreport event in my code (not in the report code, but in my VisualStudio code)? I need this because I need to pass this value as an argument to a procedure that fills the data for the Subreport.
If anyone could help, it would be great.
Thank you!
Ivan
Get current data row
Re: Get current data row
Hello,
As a way, you can try to subscribe on the event of GroupHeader (BeforePrint as example) in your code and get the value.
Thank you.
As a way, you can try to subscribe on the event of GroupHeader (BeforePrint as example) in your code and get the value.
Thank you.