I currently have
Class A
property x as List (Of Class B)
End Class
Class B
' some other properties
End Class
When I create crystal report to use Class A as datasource the field explorer doe snot show property x?
Is it possible to use strongly typed lists with Crystal Report?