I'm looking for a reporting tool that I can use with an XML datasource. The XML files would be small, approximately 50-60K but may be as large as 200K. The goal of our project is to generate reports based on data submitted in the XML file.
I understand I could simply use XSLT style sheets and output HTML but I prefer PDF, XPS, XLS, or DOC output and want better formatting control. Any suggestions?
Most likely we will not have SQL Server on the machine so Sql Server reporting is probably not going to be an option. Please correct me if I'm wrong. . .