竹林 发表于 2024-7-15 02:03:21

activereport18 求后台调用报表 api IReportStore 方法 C# 示例代码;

C# .net8依赖注入 IReportStorewt.RegisterType(typeof(Cps.WebApp.Extensions.Implementation1.ReportStore)).As(typeof(IReportStore)).SingleInstance();

Cps.WebApp.Extensions.Implementation1.ReportStore 类文件为自定义类文件

Program 初始化时

明确使用 自定义 方法

能否提供一份IReportStore 接口的实现方法 实例(直接 读取或写入指定文件夹 的方法即可)

之后的 业务需要自定以实现,以确保验证 业务系统中 的鉴权等相关功能。


Felix.Li 发表于 2024-7-15 02:03:22

问题描述:
自定义报表查看保存

问题回答:
您好,您可以参考这个代码:
https://github.com/activereports/WebSamples18/tree/main/WebDesigner_CustomStore

基本就是重写这个即可
页: [1]
查看完整版本: activereport18 求后台调用报表 api IReportStore 方法 C# 示例代码;