Is SSRS in Denali taking advantage of Entity Framework?
-
13 Oktober 2011 13:02
Hello,
I thought I read that SQL Server Reproting Service in Denail is going to take advantage of Entity Framework as a data source provider. I can't find any documentation on that. Does anyone know if this is true?
-don
Semua Balasan
-
02 Nopember 2011 7:25Pemilik
I don't know where you read this. Reporting Services in Denali does not provide a built-in Entity Framework data extension. One could build such an extension also by building a custom data extension for Reporting Services: http://msdn.microsoft.com/en-us/library/ms154655.aspx
HTH,
Robert
Robert Bruckner http://blogs.msdn.com/robertbruckner
This posting is provided "AS IS" with no warranties, and confers no rights.- Diedit oleh Robert BrucknerMicrosoft Employee, Owner 02 Nopember 2011 7:26
- Disarankan sebagai Jawaban oleh Horizon_Net 02 Nopember 2011 10:03
-
03 Nopember 2011 13:14
Thanks for the response.
In Julia Lerman's book, "Programming Entity Framework, Second Edition" she mentions the future relationship between Reporting Services and EDM. Specifically, from section 1.2 in her book
.NET is but one tool that uses an EDM. The next version of SQL Server will use an EDM for Reporting Services and you will soon begin to see other Microsoft applications that will adopt the EDM concept as well. In fact, you will find that model-driven development in general is getting more and more attention from Microsoft.
This stuck in my head because we happen to be using both technologies at my company. I like the idea of working at the conceptual level rather than the database level.
Regards,
Don
-don -
09 Maret 2012 15:38Thanks for pointing that quote out. I knew I read that somewhere, but, couldn't remember where. It's on page 5. I was wondering the same thing. I don't know much about Reporting Services, but, I was hoping that it's data model would make use of Entity Framework. I guess the SQL Server team decided to continue doing their own thing.
-
12 Maret 2012 6:38
The Analysis Services Business Intelligence Semantic Model (BISM) builds on the Entity Data Model (EDM) to some degree and exposes metadata in CSDL format, which we consume in Power View, but other than that, Reporting Services doesn't have native support for Entity Framework.
Program Manager, SQL Server Reporting Services