You want top -> down structure, right? Northwind Employees is a self-referencing table as well, here is how to display it:
-
First get the employees not reporting to anyone and use it for first level:
-
Then get the employees reporting to expanded employee:
Here is how it looks runtime: