Page 1 of 1

Get current data row

Posted: Fri Sep 06, 2013 11:21 am
by isoft
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

Re: Get current data row

Posted: Fri Sep 06, 2013 12:59 pm
by Alex K.
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.