how to make a "treeview"?

Stimulsoft Reports.NET discussion
Post Reply
Drak
Posts: 1
Joined: Mon Dec 17, 2007 12:15 pm

how to make a "treeview"?

Post 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????
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

how to make a "treeview"?

Post by Vital »

You can use HierarhicalBand. Please see sample report in Demo application.

Thank you.
Post Reply