Does anybody have an idea of how to do the following in Reprting Services 2000, VB.net and SQL? I have an invoice report that uses a stored proc to retrieve the invoices to print based on user specified parameters. This works just fine. My problem is how to set an invoice printed flag in the SQL database. If I select the records based on the user specified parameters after or before the report is run there is a slim chance that I could get a different set of records. Is there a way to pass a list of identity values to the report(there may be up to a hundred)? Can the report pass back a table? Maybe I just need some guidance in the flow of the logic as in how to approach this situation?
Auguy
Auguy