Sahil
Fri Jan 28 08:22:32 CST 2005
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" <Chris@discussions.microsoft.com> wrote in message
news:1BB2AD73-8ED3-4D45-A675-0353F0CDEBB5@microsoft.com...
> 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