问题标签 [stimulsoft]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Dynamic Expression in StimulSoft Reports
I have this price column in my Report that depends on other columns value for example if HasLoan column be true and IsSale column be true then price columns value should be
"Price:{Consigner.LoanAmount}, Loan:{Consigner.SellPrice}"
The LoanAmount and SellPrice columns are seprate columns. I have already wrote this but it doesn't work and throws Exception:
asp.net-mvc - 带有asp.net mvc的stimulsof中的动态数据集
我在 asp.net mvc 中使用 stimulsoft 进行报告...我想将动态数据表/数据集绑定到我的报告中,所以我搜索它并有我的代码视图:
控制器:
但报告只显示一个空白页:
对于 Windows 应用程序,它可以正常工作,但在 web 中它不是请帮助我
asp.net - 不要在 stimulsoft 中触发 OnExit 事件
我使用 stimulsoft 网页设计器。当设计报告并单击退出时不要触发服务器端方法
.aspx
后面的代码
database - 如何在 Stimulsoft 报告中从数据库创建业务对象?
我试图在 stimulsoft 报告中从数据库创建业务对象,但 stimulsoft 只是允许您手动创建业务对象。
是从数据库自动创建业务对象的任何方式。
谢谢你的帮助。
c# - 在远程虚拟机上使用刺激报告
我在 MS Framework 4.0 中有一个 C# 程序,它使用 StimulSoft Report 2010 来显示和打印一些报告。
我的程序在我的计算机上运行得很好,但是当我尝试在远程虚拟计算机上运行它时出现问题并给我这个错误:
我只是对我的程序的这一部分有问题。其他部分运行良好。
我已经在 myApplication.exe 附近添加了所有 stimulreport dll 文件,甚至安装了 StimulSoft Report 2010,但它仍然无法正常工作。
我现在该怎么办?
crystal-reports - 带有 If 条件的 StimulSoft 报告变量/公式
我有一些水晶公式,如以下代码。我想把它改成stimulsoft公式。有人可以帮助我。提前致谢。
stimulsoft - Visual Studio 中的 stimulsoft 报告不显示
我在 stimulsoft 设计器中创建报告,但 Visual Studio 中的报告不显示,并遇到以下错误:调用“从文件打开报告”时出错。详细信息:调用的目标已引发异常。我在本报告中使用了 29 个面板,当我删除一个特定面板时,报告在 Visual Studio 中显示,但其他面板被破坏。
asp.net - 如何为 stimulsoft 报告的数据源设置对象列表?
我有对象列表(客户类):
我想在我的 asp.net 我的网站上显示我的 stimulsoft 报告 viwer 列表。如何设置我的报告的数据源?
我正在使用这个版本:Stimulsoft Reports.Ultimate 2010.1
asp.net-mvc - 如何在主详细信息中显示自加入课程列表的结果?
我有一个东西的实体类:
当我将 List 发送到 stimulereport 时,我想在 master-detail 或 parent-child 中显示结果。
这些是我的刺激代码:
我在互联网上看到了许多示例,这些示例解释了两个具有关系的表,例如客户和订单。但我有一张自加入的桌子。我怎样才能做到这一点?谢谢...
c# - 如何检查stimulsoft中的复选框
我在数据库中有一个布尔字段,它用于销售条件,如果该字段为真,则表示现金,否则表示信用卡,现在我想在报告中检查现金或信用卡,但我不知道怎么
可能我可以在stimulsoft中检查它吗?
谢谢