Get current data row

Stimulsoft Reports.NET discussion
Post Reply
isoft
Posts: 55
Joined: Fri Sep 08, 2006 9:33 am
Location: Croatia

Get current data row

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Get current data row

Post 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.
Post Reply