xml data-binding problem

Stimulsoft Reports.NET discussion
Post Reply
luczan
Posts: 32
Joined: Wed Jan 19, 2011 3:50 am
Location: Slovakia

xml data-binding problem

Post by luczan »

hi all,
i have xml with data:
.....


string1




string2


.......

and i need to print customer.PostAddress.City to the textBox... is't possible?
how can i identify that it's customer's postAddress?
thanks



part of my xsd :





















Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

xml data-binding problem

Post by Alex K. »

Hello,

In this case, the PostAdress construction will be added as a separate data source with relations to the Customer and Employee. And using a master-detail relations, this field can be output.

Thank you.
luczan
Posts: 32
Joined: Wed Jan 19, 2011 3:50 am
Location: Slovakia

xml data-binding problem

Post by luczan »

thanks, yes but in this case i need to use 2 dataBand - DataBand1 (Data Source: Customer) and DataBand2 (Data Source: postAddress, Master Component: DataBand1) and TextBox (postAddress.City) is in the DataBand2.
But what can i do to show customer.city and employee.city in the same "line"?

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

xml data-binding problem

Post by Alex K. »

Hello,

Please send us sample of an .xml file and a sample how this should look like.

Thank you.
Post Reply