Find sibling components in a rendered DataBand-Row

Stimulsoft Reports.WPF discussion
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Find sibling components in a rendered DataBand-Row

Post by Alex K. »

Hello,

Thank you for your information.
User avatar
tpontow
Posts: 206
Joined: Thu Sep 06, 2012 8:46 am
Location: Bonn, Germany

Re: Find sibling components in a rendered DataBand-Row

Post by tpontow »

Hello,

what can i do if i have not a BusinessObject but a XML connection as DataSource for the DataBand? How can i get the data of the row that is currently rendered? StiDataSource has no Current-property

What if i have only a page with StiText elements (no Bands at all). How can i get the used BusinessObject or used DataSource for rendering that StiText and write it into the Tag -property?

Thanks
Thorsten Pontow

It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Find sibling components in a rendered DataBand-Row

Post by Alex K. »

Hello,
what can i do if i have not a BusinessObject but a XML connection as DataSource for the DataBand? How can i get the data of the row that is currently rendered? StiDataSource has no Current-property.
Can you please describe your task in more details.
What if i have only a page with StiText elements (no Bands at all). How can i get the used BusinessObject or used DataSource for rendering that StiText and write it into the Tag -property?
In this case will be taken the first record from datatable.

Also you can use the RegBusinessObject() method.
Thank you.
Post Reply