I have an existing report (Crystal Report) in my Visual Studio project that is based off of an SQL Server View. using an OLE DB (ADO) connection.
I've updated the View since the report was created. I've changed some field names and added a field.
How can I updated the fields on the report to point at the new fields in the view?
How can I add a new field to the report that points at the new field in the view?
(I know, that's two questions. But the answer is probably going to be very similar for both)