I have 3 tables I need to display in a report. Table one contains information on the project. table 2 contains Main Items of the project. table 3 contains sub items to the main items. After fighting with crystal reports I thought i try Windows reporting services. Table one has can link to table two using "Project Number" Column. Table two can link to table three using "Main Items Index" Column. Is it possible to create a report like the following:

Project_Number Project_name Project_owner <---Table one fields
-----------Main_Item_1_Name Main_Item_1_Description Main_Item_1_Price
--------------------Sub_Item_1_Name Sub_Item_1_Description
--------------------Sub_Item_2_Name Sub_Item_2_Description
--------------------Sub_Item_3_Name Sub_Item_3_Description
---------- Main_Item_2_Name Main_Item_2_Description Main_Item_2_Price
--------------------Sub_Item_1_Name Sub_Item_1_Description
--------------------Sub_Item_2_Name Sub_Item_2_Description
--------------------Sub_Item_3_Name Sub_Item_3_Description
--------------------Sub_Item_4_Name Sub_Item_4_Description

I am totally noob to this and if anyone could point me or explain what kind of research I should be doing.