Hi,

I am working on a program that tests a unit and in the end creates a "report" about the tests which passed or failed.

Till now I was using a simple .txt file which functioned perfect, but since I might have to integrate pictures, graphs in next release which is not possible in a .txt file, therefore I wish to generate Report in some other document. The requirement says that every user should be able to open report using a standard SW (for e.g. MS word or a browser).

Unfortunately I have not found many tutorials that provide a sufficient hint to write to a word or to a html file using C# and also I would like to ask which one of the above options is good or there is some other way of writing such a report.


My requirements are:
Write text to report in bold, Italics, different colors.
Insert images in the report.
Draw tables in the report.

Regards
Ricky