Get specific row value from Business object

Stimulsoft Reports.NET discussion
Post Reply
ksayan
Posts: 2
Joined: Mon Nov 21, 2016 5:38 am

Get specific row value from Business object

Post by ksayan »

Hi,
Is there any way to get specific row, column value from business object.
For example Row[3]Column[5]
Attachments
stml.JPG
stml.JPG (136.94 KiB) Viewed 2291 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Get specific row value from Business object

Post by Alex K. »

Hello,

Please try to use the Current property of the business object.
Here you can find the original business object.

Thank you.
ksayan
Posts: 2
Joined: Mon Nov 21, 2016 5:38 am

Re: Get specific row value from Business object

Post by ksayan »

Hi,
Can you please give me an example of how to achieve it using Current property?
What I am trying to do is to get Business object row values on the text band in a child band of the group "Result.Obl". I need something like bolow on the attachement:
Attachments
1.JPG
1.JPG (324.26 KiB) Viewed 2270 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Get specific row value from Business object

Post by HighAley »

Hello.

The answer depends on structure of your business objects.
If the rows of the business objects are in an array, you could get access with the Current property.
Or you could write your own function that will go through the business object.

Thank you.
Post Reply