AR 14 RDLX Reports display nested property

53 Views Asked by At

I'm using rdlx with json provider data to dataset

I have a class

Class A
{
string ID,
List<B> lstB
}
Class B
{
string C,
string D
}

I want display all C property inside lstB, how to do this? Thanks

0

There are 0 best solutions below