You need to create an XSD that mimics this dataset created in code and
specify that as the datasource for your crystal report. That'll give you
various fields you can databind with on the report, then with a little C#
magic you can easily bind the dataset to the report.
- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
"Chris" <(E-Mail Removed)> wrote in message
news:1BB2AD73-8ED3-4D45-A675-(E-Mail Removed)...
> Hello,
>
> I've created a Dataset in code on my form based on an OLEDB provider also
> created in code. I want to be able to use this dataset in a Crystal
> Report,
> but the dataset is not listed in the report designer? I'm not sure how to
> resolve this problem, any ideas are helpfull.
>
> Thank you