how to access business object at index?

Stimulsoft Reports.WPF discussion
Post Reply
mujpir
Posts: 1
Joined: Tue Oct 27, 2015 10:25 am

how to access business object at index?

Post by mujpir »

Hi,

I have created a business object named StudentCollection in my report . StudentCollection is a collection of student . Everything is fine . But I want to show student name number 4 in some part of my report . How can I do that ?

Because when I set my text expression to something like this : { StudentCollection.Name }. It just show student[0].Name . I want it to show student[4].Name . Expression like StudentCollection[4].Name
Doesn't work .

Thanks for your reply.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: how to access business object at index?

Post by HighAley »

Hello.

Do you use Data Bands?
Please, send us your report template with screen-shot of the issue.

Thank you.
Post Reply