gpt4 book ai didi

c# - 如何在 C# 中向 Stimulsoft 发送查询?

转载 作者:太空宇宙 更新时间:2023-11-03 14:43:23 25 4
gpt4 key购买 nike

我正在学习在带有 C# 的 Visual Studio 中使用 stimulsoft.net,并且我使用 FirebirdSql。

我不想传递参数,而是想将完整的 SQL 查询传递给报告,其中包含所需的 where 子句。

谁能帮我说明在 C# 中传递查询?

非常感谢。

最佳答案

这在 Asp.Net Core 2.0 中工作,需要安装包 Stimulsoft.Reports.Web.NetCore version 2018.3.5 .

StiReport report = new StiReport();
report.Load(@"C:\report.mrt"); // laod report
((Stimulsoft.Report.Dictionary.StiSqlSource)report.Dictionary.DataSources.Items[0]).SqlCommand = "select * from People where ID > 10";
report.Render();

关于c# - 如何在 C# 中向 Stimulsoft 发送查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55641542/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com