I am doing some SSRS examples from a book. The book shows several tabs in visual studio - app.config, report1.rdlc (This is XML code for report1) , form1.designer.vb, form1.resx, report1.rdlc[design] (This is a graphical table/gui form of report1).
But after following all the steps, I only see these tabs - Report1.rdlc[Design], Form1.vb[Design]. Why can't I see a tab showing my rdlc file in XML form, even when I followed the steps in the book. How do I fix it ?