Producing Report

B

Barnsey

I have developed a set of InfoPath forms that collect information from the
user, I then wish to display the forms statically so we can go through them
and get the information we require from them.

I have been thinking about doing this by creating an ASP.Net application
that displays the XML Data,

Do you think this is the write way to do this or is there a better way.

Thanks in Advance
 
B

Brian Teutsch [MSFT]

You can use InfoPath to export your data to Excel, which is an excellent way
to do reporting on the data. You can export a number of files at once, or
use InfoPath's merge functionality beforehand and save a single XML file.

Brian
 
Top