1º sorry for my english! hehe
guyz, i am trying to do a "tree view" with sub relatory using relations...
my table in DB, have 1 column named Father and another named Id.
example
father
father = 0, and id = 1
child 1
father = 1, and id = 55
child of child 1
father = 55, and id = 70
child 2
father = 1, and id = 32
can u guyz help me? how i do that????
how to make a "treeview"?
how to make a "treeview"?
You can use HierarhicalBand. Please see sample report in Demo application.
Thank you.
Thank you.