bad converting business objects to DataSet

Stimulsoft Reports.NET discussion
Post Reply
kocka
Posts: 10
Joined: Tue Oct 24, 2006 7:23 am

bad converting business objects to DataSet

Post by kocka »

List arr = new List()

StiBusinessObjectToDataSet dtSet = new StiBusinessObjectToDataSet();
DataSet dataSet = dtSet.ConvertBusinessObjectToDataSet("badDataSet", arr);

return bad DataSet if Some not class but struct!!!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

bad converting business objects to DataSet

Post by Edward »

kocka wrote:List arr = new List()

StiBusinessObjectToDataSet dtSet = new StiBusinessObjectToDataSet();
DataSet dataSet = dtSet.ConvertBusinessObjectToDataSet("badDataSet", arr);

return bad DataSet if Some not class but struct!!!
We tried to reproduce the issue but without any success.

All worked correctly. (May you forget to add a link to Referenced Assemblies to dll or exe in the Designer to your application?)

Could you please provide us with a sample which demonstrates the issue?

Thank you.
Post Reply