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
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
Copyright © 2021 Jogjafile Inc.