cwadams1955
Programmer
I'm new to CR, and dealing with an ASP.NET app that is reaching its end-of-life. There are a handful of reports using CR for Visual Studio .NET (VS 2003), and I have been requested to add an additional field from the database to one of those reports. The report uses an XDataSet as its source, and I have been able to figure out how to add a field from the SQL Server database into the dataset and refresh it so that the field appears in the list; I also need to use a formula to display a second text field on the report based on the data in the database field, and I have that created. At this point, it seems to me that I should be able to simply drop those two fields onto the report designer. However, neither the field from the dataset nor the formula field appear on the report when I run it in debug mode. The project builds with no errors. I'm obviously missing something, but no clue what it is. Any ideas?