Hi Team,
In Silverlight application I'm using WCF RIA Services on the basis of LINQ2SQL datamodel. In the DomainService class on the server side the datacontext returns collection of entities as IEnumerable. How to use this as datasource for the report? How to design the report, when the IEnumareble is available only at runtime?
As I read, You have an entitity datasource, does You plan to create a LINQ2SQL datasource too, or do you have any workaround to use LINQ2SQL directly in reporting from SL app?
Thanks in advance
Gabor
In Silverlight application I'm using WCF RIA Services on the basis of LINQ2SQL datamodel. In the DomainService class on the server side the datacontext returns collection of entities as IEnumerable. How to use this as datasource for the report? How to design the report, when the IEnumareble is available only at runtime?
As I read, You have an entitity datasource, does You plan to create a LINQ2SQL datasource too, or do you have any workaround to use LINQ2SQL directly in reporting from SL app?
Thanks in advance
Gabor