c# - 如何在 C# windows 窗体项目中显示 Stimulsoft Report?

标签 c# stimulsoft

我正在使用 Stimulsoft用于在我的 C# Windows 项目中报告。

这是我在 C# win 表单项目中的代码:

StiReport report = new StiReport();

report.Load(@"D:\MyReport.mrt");
report.Show();

结果是这样的:

enter image description here

我想知道如何在没有像上图这样的设计器的情况下以 Windows 窗体显示此报告。该报告应显示在我的表格中。那么,是否可以在我的表单中添加任何控件,然后在该查看器控件中显示我的报告?与 CrystalReportViewer 控件相同? 我想在我的表格中展示这一点,而不是在其他表格中。

感谢您的帮助...

最佳答案

你应该使用 StiViewerControl。

关于c# - 如何在 C# windows 窗体项目中显示 Stimulsoft Report?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28133997/

相关文章:

c# - 设置 AssemblyInfo.cs 的默认值

c# - 包含组合框窗口窗体的组合框项

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

mysql - 如何使用 VB.NET 2008 在 Stimulsoft 中传递 Datagridview 数据?

stimulsoft - 如何获取 stimulsoft 报告中字段值的总和

c# - 没有集合的休眠查询

c# - 使用 WPF 和 C# 进行嵌套数据绑定(bind)

c# - Net Core - 将配置应用于框架类

c# - 如何将参数发送到 Stimulsoft?

c# - C# 中的 Stimulsoft 报告节控制