I am creating a report viewer which outputs the report definitions as .rdl files. These rdl files will be stored server-side.
I don't have much experience in programming in .NET and was wondering how it would be possible for people to view these reports through their browser (i.e. via a web application).
My ultimate goal is to provide some front end that allows users to select from a list of .rdl's and render them (along with some corresponding xml or JSON data)....
So, exactly what tools are required to be able to allow users to view reports (rdl's) through their browser? I would like to make it as easy as possible for the end-user, i.e. SaaS -> no installation of software required client-side...