Prev: Response.ContentType = "application/vnd.ms-excel" IGNORED!
Next: Invoke method after a regular time interval
From: Gerhard on 17 Mar 2010 19:04 I have a LinqToEntitiesDomainService that I would like to use to drive a report using a ReportViewer. I can set up the object data source, but the report won't run as get "out of context" error on the data. Is there a best practice way to make this work?
From: Mr. Arnold on 17 Mar 2010 20:30 Gerhard wrote: > I have a LinqToEntitiesDomainService that I would like to use to drive a > report using a ReportViewer. I can set up the object data source, but the > report won't run as get "out of context" error on the data. Is there a best > practice way to make this work? What are you using Entity Framework?
From: Gerhard on 18 Mar 2010 10:03 Yes, and WCF RIA Services per http://www.silverlight.net/getstarted/riaservices/ "Mr. Arnold" wrote: > Gerhard wrote: > > I have a LinqToEntitiesDomainService that I would like to use to drive a > > report using a ReportViewer. I can set up the object data source, but the > > report won't run as get "out of context" error on the data. Is there a best > > practice way to make this work? > > What are you using Entity Framework? > . >
From: Mr. Arnold on 18 Mar 2010 12:34 Gerhard wrote: > Yes, and WCF RIA Services per > http://www.silverlight.net/getstarted/riaservices/ > This also applies to VS 2008 and SL3. <http://geekswithblogs.net/ranganh/archive/2009/12/14/using-wcf-ria-services-without-silverlight-in-visual-studio-2010.aspx>
From: Gerhard on 18 Mar 2010 14:17
Thanks. Got it working. "Mr. Arnold" wrote: > Gerhard wrote: > > Yes, and WCF RIA Services per > > http://www.silverlight.net/getstarted/riaservices/ > > > > This also applies to VS 2008 and SL3. > > <http://geekswithblogs.net/ranganh/archive/2009/12/14/using-wcf-ria-services-without-silverlight-in-visual-studio-2010.aspx> > . > |