Page 1 of 1

how to make a "treeview"?

Posted: Mon Dec 17, 2007 12:29 pm
by Drak
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"?

Posted: Mon Dec 17, 2007 2:07 pm
by Vital
You can use HierarhicalBand. Please see sample report in Demo application.

Thank you.