Is DataSet supported in StiReport.SL?

Stimulsoft Reports.Silverlight discussion
Locked
Jalal
Posts: 66
Joined: Sat Oct 09, 2010 4:10 am
Location: Palestine

Is DataSet supported in StiReport.SL?

Post by Jalal »

Hello,

I know that StiReport.SL currently support bussines objects. What about data set? Can i register data from data set, then see it using silverlight viewer ? ? , like :

report.RegData(data1);
report.Dictionary.Synchronize();

Regards,
Jalal
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Is DataSet supported in StiReport.SL?

Post by Jan »

Hello Jatal,

No, sorry. Silverlight environment does not support Ado.Net datasets.

Thank you.
Jalal
Posts: 66
Joined: Sat Oct 09, 2010 4:10 am
Location: Palestine

Is DataSet supported in StiReport.SL?

Post by Jalal »

Hello Jan,

Thanks for your reply.

Regards,
Jalal
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Is DataSet supported in StiReport.SL?

Post by Andrew »

Hello,

Let us know if you have additional questions.

Thank you.
burkovsky
Posts: 8
Joined: Thu Oct 15, 2009 4:49 am
Location: Germany

Is DataSet supported in StiReport.SL?

Post by burkovsky »

Hi,

Is it possible to generate the Dataset on server and use it on the client (xsd, xml)?
Background: We have already reports that works with Dataset in .NET. How could we reuse them?

Regards,
Ladislav
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Is DataSet supported in StiReport.SL?

Post by Andrew »

Hello,

XSD and XML are available only in Client/Server part (because on the server DLL are used from the .NET assemblies). Silverlight itself can work only with BusinessObject.

Thank you.
Locked