Hi!

My client want me to design a report for a winforms .net 2005 application. The requirements are as follows, the reports should be able to:

1 Display a picture (jpeg) from database

2 have 4 parameters determined at runtime

3 to show a table of data by where the columns are determined at runtime. The data is returned from a webservice as an ado.net dataset. At designtime the number of columns are unknown since they can vary depending on what the parameters are..


4 have the ability to evaluate each row of the table generated at 3, and if a certain column has a certain data, then the entire lines text should be of style "linethrough" and have red text.

I have very limited knowledge of the Crystal Reports for .NET 2005 so before I start digging into this, I want to ask you pros if all these 4 requirements are possible to achieve using the .net component?

All I know is that the MS Reportviewer object could do 1,2,3 (by tweaking the xml reportsource) but not 4. At least we dont think so...

kind regards
Henrik