Page 1 of 1

Is DataSet supported in StiReport.SL?

Posted: Sat Nov 13, 2010 8:22 am
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

Is DataSet supported in StiReport.SL?

Posted: Sat Nov 13, 2010 11:04 am
by Jan
Hello Jatal,

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

Thank you.

Is DataSet supported in StiReport.SL?

Posted: Sat Nov 13, 2010 11:07 am
by Jalal
Hello Jan,

Thanks for your reply.

Regards,
Jalal

Is DataSet supported in StiReport.SL?

Posted: Sat Nov 13, 2010 2:43 pm
by Andrew
Hello,

Let us know if you have additional questions.

Thank you.

Is DataSet supported in StiReport.SL?

Posted: Thu Nov 25, 2010 1:52 am
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

Is DataSet supported in StiReport.SL?

Posted: Thu Nov 25, 2010 5:30 am
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.