ActiveReports(数据源Json Provider)

类型选择Json Provider

1.JSON连接字符串

复制代码
jsondata=[{"id":1,"name":"示例数据"},{"id":2,"name":"示例数据2"}];schemadata={  "$schema": "http://json-schema.org/draft-04/schema#",  "type": "array",  "items": {    "type": "object",    "properties": {      "id": { "type": "integer" },      "name": { "type": "string" }    }  }}

2.数据源选择查询字段

3.预览打印

相关推荐
界面开发小八哥8 个月前
.NET报表控件ActiveReports发布v19.0——正式兼容 .NET 9
信息可视化·.net·报表·报表工具·activereports
sdk大全2 年前
Export Reports to DOCX with ASP.NET Core
activereports
sdk大全2 年前
Build International Reports RTL Support-ActiveReports.NET
activereports
sdk大全2 年前
Export Reports to PDF in WinForms Apps
activereports
sdk大全2 年前
ActiveReports.NET 17.1.X Carack
activereports