Hi
It's a windows application and internet connection is not always available
for users.
The data is saved locally. I am thinking about using XML file because there
is not much data involved.
For report, we can use Crystal Report. For .net it should be 10.0 version
and above, right?
Other solution can be ActiveX report. The downside is it's not managed code.
I have thought of use XSLT and XML to create html file and load report in
browser. However I am not sure if there is any hidden problems for example,
the format of the report is not rendered exactly for each user because he may
set the font size differently. Is it a concern?
Has anybody worked with the 3rd solution?
Thanks
Frank