Is SSRS in Denali taking advantage of Entity Framework?
-
2011年10月13日 下午 01: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
所有回覆
-
2011年11月2日 上午 07:25擁有者
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.- 已編輯 Robert BrucknerMicrosoft Employee, Owner 2011年11月2日 上午 07:26
- 已提議為解答 Horizon_Net 2011年11月2日 上午 10:03
-
2011年11月3日 下午 01: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 -
2012年3月9日 下午 03: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.
-
2012年3月12日 上午 06: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

