EFDynamicReport:实体框架动态报告

时间:2024-05-27 13:24:22
【文件属性】:

文件名称:EFDynamicReport:实体框架动态报告

文件大小:58KB

文件格式:ZIP

更新时间:2024-05-27 13:24:22

C#

#EF动态报告此库允许基于Entity Framework映射构建动态报告。 动态报表系统从EF映射中提取有关数据库结构(列和表名)的信息,然后使用此信息来构建SQL查询,该查询将返回报表数据。 这种方法有助于分离报表映射和数据库结构。 DynamicReport.Demo项目包含一个简单的示例,该示例显示了如何配置报告系统以构建动态报告。 这是主要步骤: ### 1。 设置您的实体框架映射。 互联网上有许多关于实体框架的文章。 在这里,我们将仅显示DynamicReport.Demo项目中的示例。 public class Student { [Key] public int StudentId { get; set; } public string FirstName { get; set; } //some code removed for br


【文件预览】:
EFDynamicReport-master
----DynamicReport.Tests()
--------SqlEngine()
--------packages.config(200B)
--------DynamicReport.Tests.csproj(3KB)
--------Properties()
--------Report()
----DynamicReport.Demo()
--------DB()
--------Global.asax.cs(555B)
--------Default.aspx.designer.cs(760B)
--------DynamicReport.Demo.csproj(8KB)
--------packages.config(566B)
--------Styles()
--------Controllers()
--------Web.Release.config(1KB)
--------Scripts()
--------Models()
--------Properties()
--------Global.asax(101B)
--------Web.Debug.config(1KB)
--------Default.aspx.cs(205B)
--------Default.aspx(5KB)
--------Web.config(2KB)
--------App_Start()
----README.md(4KB)
----DynamicReport()
--------SqlEngine()
--------DynamicReport.csproj(4KB)
--------packages.config(139B)
--------Properties()
--------MappingHelpers()
--------Report()
--------ReportException.cs(197B)
--------App.config(894B)
----.gitignore(314B)
----DynamicReport.sln(2KB)

网友评论