In one of my VB.Net projects...

I have around 65 master tables for which reports with absoultely same design and layout need to be designed. the design and layout will go under drastic changes everyday. Mys question is...

Is it possible to design a dynamic report. means just one .RPT file where the design and layout is defined just once and in one place but can generate data of different tables ???

or i have to prepare 65 .RPT files ???

please suggest.