Hi Don;
Thanks for the sample. It now works for me.
If you use SetDataSource(Dataset) alone CR will still fail on Export with Missing Parameters.
Using SetDataSource(ds.Tables[0]) alone works.
Any reason to have both as in your sample ? It does not seem to cause any trouble.
Anyway, thanks a lot for the help and the answer !
Rolf