Skip to Content
0
Former Member
Jan 18, 2011 at 03:50 PM

How can I get the Tables in my report to update their field lists?

27 Views

I am working with Crystal Reports 2008, and I have a ReportDocument loaded in a .NET project.

I want to update the field lists of the tables (stored procedures) used in the report. I am calling "VerifyDatabase()", but this does not update the field lists. Through the designer, I accomplish this by going to the Database -> Set Datasource Location..., then clicking on the stored procedure (i.e. table) in the report, clicking on the stored procedure under the database in the bottom pane, and then clicking "Update".

How can I accomplish this in code?

Thanks for any help.